import Socket from '../../api/Socket'; export declare type SocketAction = (socket: Socket) => void;