export declare const SimpleReRE: RegExp; export declare function isInvertable(re: string | RegExp): boolean; export declare function invertedRE(re: string | RegExp): string;