export declare function isClientErrorStatus(status: number): boolean; export declare function resolveHttpStatusFromError(error: unknown): number;