export declare class Regex {
    private constructor();
    static escape(string_: string): string;
}
