import type { SocketMethods } from './types';
export declare function createSocketMethods(): SocketMethods;
