export declare const removeDirectoryAsync: ({ directory }: {
    directory: string;
}) => Promise<void>;
