export declare function extractTextWithPlaceholders(input: any): { type: 'text' | 'cypher'; content: string; }[];