export { getFieldInfoPrompt } from './gptPrompt';
export declare const getCapCutPrompt: (language: 'chinese' | 'english') => string;
export declare const getCapCutPromptInGpt: (language: 'chinese' | 'english') => string;
