export declare type OnConnected = () => void | Promise; export declare type OnDisconnected = (reason: string) => void | Promise; export declare type OnReconnected = (attempt: number) => void | Promise;