/** * OAuth client credentials — stub for local development. * * The real values ship with the npm package (excluded from git). * Set the env vars instead: * SQ_ANTHROPIC_CLIENT_ID, SQ_OPENAI_CLIENT_ID, * SQ_GOOGLE_CLIENT_ID, SQ_GOOGLE_CLIENT_SECRET */ export declare const ANTHROPIC_CLIENT_ID: string; export declare const OPENAI_CLIENT_ID: string; export declare const GOOGLE_CLIENT_ID: string; export declare const GOOGLE_CLIENT_SECRET: string; //# sourceMappingURL=oauth-clients.d.ts.map