/** * Framework-level secret registrations. * * Side-effect module — imported by the core-routes plugin at boot so the * sidebar settings UI and the `/_agent-native/secrets` list route surface the * relevant keys in every template. * * Each call uses a `getRequiredSecret` guard so a template that has already * registered the same key (often with stricter settings like `required: true`) * wins — the framework registration is a fallback, not an override. * * OPENAI_API_KEY is optional framework-wide because it enables the shared * realtime speech-to-speech agent mode. Templates can pre-register the same * key with stricter requirements; the guard below preserves their definition. */ export declare function registerFrameworkSecrets(): void; //# sourceMappingURL=register-framework-secrets.d.ts.map