export declare const is4xxStatus: (status: number) => boolean; export declare const is5xxStatus: (status: number) => boolean; //# sourceMappingURL=status-service.d.ts.map