export interface OpenCodeAuthEntry { type: 'api'; key: string; } export interface OpenCodeAuthJson { chutes?: OpenCodeAuthEntry; openrouter?: OpenCodeAuthEntry; [key: string]: OpenCodeAuthEntry | undefined; } export declare function readOpenCodeAuth(): OpenCodeAuthJson | null; export declare function getChutesApiKeyFromAuth(): string | null; //# sourceMappingURL=auth.d.ts.map