export declare class StringUtils { static replaceString(pattern: string | RegExp, replacement: string, area: string): string; }