export declare function isServerError(status: number): boolean; export declare function tryToClone(response: Response): Response | undefined;