import type { Client } from '../../index.js'; export interface XhrOptions { cors?: boolean; } export declare const xhr: Client; //# sourceMappingURL=client.d.ts.map