import { BuildCustomTypeDirectoryPathArgs } from "./buildCustomTypeDirectoryPath.js"; export type BuildCustomTypeFilePathArgs = { filename: string; } & BuildCustomTypeDirectoryPathArgs; export declare const buildCustomTypeFilePath: (args: BuildCustomTypeFilePathArgs) => string;