export declare function isAiOnCooldown(): boolean; export declare function resetCooldown(): void; export declare function resolveCredentials(): { apiKey: string; baseUrl: string; } | null; export declare function buildPrompt(args: { petName: string; vibes: string[]; levelName: string; scene: string; }): string; export declare function generateAiSpeech(args: { petName: string; vibes: string[]; levelName: string; scene: string; skipCooldown?: boolean; }): Promise; export declare const PRESET_LINES: Record; export declare function getPresetLine(scene: string): string; //# sourceMappingURL=ai-speech.d.ts.map