import { BuildCustomTypeLibraryDirectoryPathArgs } from "./buildCustomTypeLibraryDirectoryPath.js"; export type ReadCustomTypeLibraryArgs = BuildCustomTypeLibraryDirectoryPathArgs; export type ReadCustomTypeLibraryReturnType = { ids: string[]; }; export declare const readCustomTypeLibrary: (args: ReadCustomTypeLibraryArgs) => Promise;