export interface Transport { url: string; send(data: string): Promise; } //# sourceMappingURL=transport.d.ts.map