import type { DsnComponents, ReplayEnvelope, ReplayEvent, ReplayRecordingData } from '@sentry/types'; /** * Create a replay envelope ready to be sent. * This includes both the replay event, as well as the recording data. */ export declare function createReplayEnvelope(replayEvent: ReplayEvent, recordingData: ReplayRecordingData, dsn: DsnComponents, tunnel?: string): ReplayEnvelope; //# sourceMappingURL=createReplayEnvelope.d.ts.map