import { IListenerInput } from "../../interfaces";
import { ISnapshotWriterReader } from "./snapshot-writer-reader";
export declare const unmockSnapshot: (writer: ISnapshotWriterReader) => (this: import("expect/build/types").MatcherState, obj: IListenerInput) => {
    pass: boolean;
};
//# sourceMappingURL=expect-extend.d.ts.map