import type { ModelInvocation, ModelsRegistryJson } from "./types.js"; export declare function loadBundledModelsRegistry(): ModelsRegistryJson; export declare function loadModelsRegistryFromPath(path: string): ModelsRegistryJson; export declare function lookupInvocationForChoice(registry: ModelsRegistryJson, provider: string, modelId: string): ModelInvocation | undefined; export declare function listFaultyProfileChoices(registry?: ModelsRegistryJson): import("./buildModelsRegistry.js").FaultyProfileChoice[]; //# sourceMappingURL=loadModelsRegistry.d.ts.map