/** * @internal * @module Utils */ export declare function checkStatus(response: Response): Promise; export declare function parseJSON(response: Response, ignoreKeys?: string[]): Promise;