/** * Preserve the concrete primary exporter (the upstream batch processor owns it) * while sending each already-sanitized batch to the other configured collectors. * Each HTTP exporter owns its retries, timeout and concurrency limit. A slow or * failed secondary must never hold the primary's callback or cause it to resend. * Lifecycle methods still wait for every destination, including pending mirrors. */ export declare function mirrorExports(primary: E, additional: E[]): E; //# sourceMappingURL=mirror.d.ts.map