import { Socket } from 'socket.io-client';
declare const getSocket: () => Promise<Socket>;
export default getSocket;
