import { type ResolveProfileInputCoreOptions } from "./resolveProfileInputCore.js"; import type { ResolvedAIProfile } from "./types.js"; /** * Sync bundled `profile/choice` resolution — same rules as * `resolveAIProfile(input, { source: "bundled", catalogLane })`, without network. */ export declare function resolveBundledAIProfile(input: string, options: ResolveProfileInputCoreOptions): ResolvedAIProfile; //# sourceMappingURL=resolveBundledAIProfile.d.ts.map