export declare class StringUtils {
    static replaceAll(text: string, find: string, replace: string): string;
}
