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