import { TestClass } from "@hn3000/tsunit-async"; export declare class TestRegexUtil extends TestClass { testSimpleCharClassInversion(): void; testInvertedCharClassInversion(): void; testComplexCharClassREInversion(): void; testComplexCharClassStringInversion(): void; }