export interface Replay {
    instanceId: string;
    topic: string;
    timestamp: number;
    consumerGroup: string;
}
//# sourceMappingURL=Replay.d.ts.map