import { PromptType } from './prompts.enum';
export declare function getCachedPrompts(): Map<PromptType, string> | null;
export declare function setCachedPrompts(prompts: Map<PromptType, string>): void;
