import type { AIProfileWarning, AIProfilesRegistry, ModelsCatalogJson, ResolveAIProfileOptions, ResolvedAIProfile } from "./types.js"; export type ResolveProfileInputCoreOptions = Omit; export declare function resolveProfileInputCore(input: string, options: ResolveProfileInputCoreOptions, registry: AIProfilesRegistry, catalog: ModelsCatalogJson, loaderWarnings?: AIProfileWarning[]): ResolvedAIProfile; //# sourceMappingURL=resolveProfileInputCore.d.ts.map