// @ts-nocheck import type { RealtimeCore } from './realtime-core'; export declare namespace RealtimeModels { type SubsManagerOpt = { core: RealtimeCore; customEvent: string; roomName: string; property: string; }; type ChangeOption = { property?: string; customEvent?: string; }; }