export declare const createHttpErrorMock: ({ code, status, requestId, }: { code?: string | undefined; status?: number | undefined; requestId?: string | undefined; }) => import("@wix/yoshi-flow-bm").IHttpError; //# sourceMappingURL=HttpErrorMocks.d.ts.map