declare module '../expect.types' { interface StringExpect { /** * check if string matches regex */ match(regex: RegExp): this; } } export {}; //# sourceMappingURL=match.d.ts.map