export declare namespace StringUtils {
    function replaceAll(text: string, token: string, replacement: string): string;
}
