export declare function throwOnInvliadResponse(status: number, responseBody?: any, ignore404?: boolean): void;
