import type { OpenCodeGuardOptions, OpenCodeGuardProfile } from '../../../core/models/index.js'; export declare function resolveOpenCodeGuardProfile(guards: OpenCodeGuardOptions | undefined, model: string): OpenCodeGuardProfile; //# sourceMappingURL=profile.d.ts.map