/** Plan every source change before writing; original content keeps its existing location. */ export declare function addFunnelLocale(directory: string, requestedLocale: string): Promise<{ locale: string; added: string[]; existing: string[]; }>;