export declare const makeDirectoryAsync: ({ directoryPath, }: { directoryPath: string; }) => Promise;