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