export declare const setPreference: (key: string, value: any) => void; export declare const getPreference: (key: string) => string | undefined; export declare const getUserPreferences: () => { mirrorVideo: boolean; muteNotificationSounds: boolean; }; export declare const chatUnreadTimestamps: {};