import { OtlpHttpConfiguration } from './configuration/otlp-http-configuration'; import { ISerializer } from '@opentelemetry/otlp-transformer'; import { IOtlpExportDelegate } from './otlp-export-delegate'; export declare function createOtlpXhrExportDelegate(options: OtlpHttpConfiguration, serializer: ISerializer): IOtlpExportDelegate; export declare function createOtlpSendBeaconExportDelegate(options: OtlpHttpConfiguration, serializer: ISerializer): IOtlpExportDelegate; //# sourceMappingURL=otlp-browser-http-export-delegate.d.ts.map