export declare const DEFAULT_FROM_URL_MAX_BYTES: number; export interface FromUrlOptions { maxBytes?: number; } export declare function readRemoteBytes(response: Response, kind: string, url: string, options?: FromUrlOptions): Promise;