import type { OtlpSharedConfiguration } from '@opentelemetry/otlp-exporter-base';
interface OtlpFetchExporterConfig extends OtlpSharedConfiguration {
    url: string;
    headers: Record<string, string>;
    keepalive?: boolean;
}
export type { OtlpFetchExporterConfig };
//# sourceMappingURL=types.d.ts.map