export declare const doesDirectoryExist: ({ directory, }: { directory: string; }) => Promise;