import type { SendReplayData } from '../types'; /** * Finalize and send the current replay event to Sentry */ export declare function sendReplay(replayData: SendReplayData, retryConfig?: { count: number; interval: number; }): Promise; //# sourceMappingURL=sendReplay.d.ts.map