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