import { HttpError } from "./error";
import { MatchFn } from "@selfage/test_matcher";
export declare function eqHttpError(expected: HttpError): MatchFn<any>;
