import type { AddEventResult, AllEntryData, ReplayContainer, ReplayPerformanceEntry } from '../types'; /** * Create a "span" for each performance entry. The parent transaction is `this.replayEvent`. */ export declare function createPerformanceSpans(replay: ReplayContainer, entries: ReplayPerformanceEntry[]): Promise[]; //# sourceMappingURL=createPerformanceSpans.d.ts.map