export declare const WebSocketClientEvent: { readonly AFTER_AUTH: "afterAuth"; readonly ERROR: "error"; }; export type WebSocketClientEvent = (typeof WebSocketClientEvent)[keyof typeof WebSocketClientEvent];