export declare class StringUtils {
    static escapeJsString(string: string): string;
}
