/** replace an existing region block with a new one */ export declare function replaceRegion(fileContent: string, regionContent: string): string; //# sourceMappingURL=replaceRegion.d.ts.map