export * from './prompts'; export declare function getScriptPrompt(language: string): string; export declare function getFlowPrompt(): string;