export * from "./odin.client"; export * from "./odin.room"; export * from "./odin.media"; export * from "./odin.cipher"; /** * Generates an access token for a room and user ID. * @deprecated Use server-side generation. */ export declare function generateAccessToken(accessKey: string, roomId: string, userId: string): string;