import { type Channel, type Dm, type Gdm, Space, type SyncAgent } from '@towns-protocol/sdk'; export declare const getRoom: (sync: SyncAgent, streamId: string) => Gdm | Channel | Dm | Space; //# sourceMappingURL=utils.d.ts.map