import type { AIProfilesRegistry, LoadRegistryOptions, LoadRegistryResult } from "../types.js"; export declare function loadAIProfilesRegistry(options?: LoadRegistryOptions): Promise; export declare function loadAIProfilesRegistryWithWarnings(options?: LoadRegistryOptions): Promise; //# sourceMappingURL=loadAIProfilesRegistry.d.ts.map