export declare function readBoundedResponseJson(response: Response, maxBytes: number, error: (kind: 'size' | 'json') => Error): Promise;