export interface ITerminationEvent {
    client: {
        id: string;
    };
    type: 'termination';
}
//# sourceMappingURL=termination-event.d.ts.map