import type { ModelsProfilesJson } from "./types.js"; /** Ensure remote (non-local) choices declare OpenRouter as the callability backend. */ export declare function ensureRemoteOpenRouterBackend(profiles: ModelsProfilesJson): ModelsProfilesJson; //# sourceMappingURL=ensureRemoteOpenRouterBackend.d.ts.map