declare const core_1: any; export declare class NoSuchDirectoryInPathException extends core_1.BaseException { constructor(path: string, directory: string); } export {};