import { UserCustomStateUpdatedEvent as SseEvent } from '../../receivers'; import { UserCustomStateType } from './user-custom-state'; export declare class UserCustomStateUpdatedEvent { state: UserCustomStateType; constructor(userCustomStateUpdatedEvent: SseEvent); }