export type SonamuSecrets = { anthropic_api_key?: string; voyage_api_key?: string; openai_api_key?: string; }; export declare function getSecrets(): SonamuSecrets; //# sourceMappingURL=secret.d.ts.map