import { MatcherUtils } from "expect";
export declare function toSatisfyStatement(this: MatcherUtils, received: string, expected: string): Promise<{
    message: () => string;
    pass: boolean;
}>;
