import type { TRPCError } from '../error/TRPCError';
import type { TRPCResponse } from '../rpc';
export declare function getHTTPStatusCode(json: TRPCResponse | TRPCResponse[]): any;
export declare function getHTTPStatusCodeFromError(error: TRPCError): number;
//# sourceMappingURL=getHTTPStatusCode.d.ts.map