import { IExporterTransport } from '../../exporter-transport'; export interface SendBeaconParameters { url: string; /** * for instance 'application/x-protobuf' */ blobType: string; } export declare function createSendBeaconTransport(parameters: SendBeaconParameters): IExporterTransport; //# sourceMappingURL=send-beacon-transport.d.ts.map