import { Context, Hub } from "./types"; declare function createSocketIoContext(options?: { shareConnectionBetweenTab?: boolean; }): Context; export { createSocketIoContext }; //# sourceMappingURL=context.d.ts.map