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