import { BuildCustomTypeLibraryDirectoryPathArgs } from "./buildCustomTypeLibraryDirectoryPath.js"; export type BuildCustomTypeDirectoryPathArgs = { customTypeID: string; } & BuildCustomTypeLibraryDirectoryPathArgs; export declare const buildCustomTypeDirectoryPath: (args: BuildCustomTypeDirectoryPathArgs) => string;