import { SocketApp } from './SocketApp';
export { socketControl } from './SocketControl';
export type { SocketApp };
export type { AppConnection } from './SocketConnect';
export declare const createServerApp: (options?: SocketApp.Options) => SocketApp;