import { BuildCustomTypeDirectoryPathArgs } from "./buildCustomTypeDirectoryPath.js"; export type DeleteCustomTypeDirectoryArgs = BuildCustomTypeDirectoryPathArgs; export declare const deleteCustomTypeDirectory: (args: DeleteCustomTypeDirectoryArgs) => Promise;