export declare class FileNotImportedDynamicallyException extends Error {
    constructor(parentPath: string, specifier: string, projectRoot: string);
}
