//#region src/exporters/constants.d.ts declare const DEFAULT_EMBRACE_EXPORTER_CONFIG: { compression: "gzip"; keepalive: boolean; concurrencyLimit: number; timeoutMillis: number; }; //#endregion export { DEFAULT_EMBRACE_EXPORTER_CONFIG }; //# sourceMappingURL=constants.d.ts.map