/**
 * Derives a cache key namespaced to a particular room
 */
export declare const roomKey: (room: string, key?: string) => string;
