import { PluginSystemHelpers } from "../createPluginSystemHelpers.js"; export type BuildCustomTypeLibraryDirectoryPathArgs = { absolute?: boolean; helpers: PluginSystemHelpers; }; export declare const buildCustomTypeLibraryDirectoryPath: (args: BuildCustomTypeLibraryDirectoryPathArgs) => string;