import { Transport } from "../transport"; export declare class XHRTransport implements Transport { url: string; constructor(url: string); send(data: string): Promise; } //# sourceMappingURL=xhr.d.ts.map