import { EmptyMatcher } from "./empty-matcher"; export declare class StringMatcher extends EmptyMatcher { toMatch(regex: RegExp): void; toContain(expectedContent: string): void; }