importtype { replayIntegration } from'../integration';
/**
* This is a small utility to get a type-safe instance of the Replay integration.
*/exportdeclarefunctiongetReplay(): ReturnType<typeof replayIntegration> | undefined;
//# sourceMappingURL=getReplay.d.ts.map