interface BlobConfigOptions { readonly responseType: 'blob'; } export declare const BLOB_CONFIG_OPTIONS: BlobConfigOptions; export {};