/**
 * This hook is a no-op. Device preference persistence is now handled
 * by the low-level client SDK.
 *
 * @deprecated use the devicePreferences API of the StreamVideoClient.
 */
export declare const usePersistedDevicePreferences: (key?: string) => void;
