import type { AIProfileChoice, AIProfileDefinition } from "./types.js"; export declare const CPU_LOCAL_OPENROUTER_MARKER: "cpu-local"; export declare function isCpuLocalChoice(choice: AIProfileChoice): boolean; export declare function isCpuLocalProfile(profileKey: string, profile: AIProfileDefinition): boolean; export declare function validateProfileTransportPolicy(profileKey: string, profile: AIProfileDefinition): void; export declare function validateCpuLocalChoice(profileKey: string, choiceKey: string, choice: AIProfileChoice): void; export declare function validateOpenRouterBackedChoice(profileKey: string, choiceKey: string, choice: AIProfileChoice): void; //# sourceMappingURL=validateProfileTransportPolicy.d.ts.map