export declare function assertDir(dir: string): Promise<void>;
export declare function exists(filePath: string): Promise<boolean>;
