export default interface OverridePrompt {
    generationPrompt: string;
    translationVerificationPrompt: string;
    stylingVerificationPrompt: string;
}
export declare const OVERRIDE_PROMPT_KEYS: Array<keyof OverridePrompt>;
