export declare function replaceText(replaceable: Array<{ from: RegExp | string; to: string; }>, pattern?: import("ng-morph").Pattern): void;