import type { AppPreferences } from '@axium/core'; export declare function getAppPreferences(userId: string, appId: A): Promise>; export declare function setAppPreferences(userId: string, appId: A, preferences: AppPreferences): Promise>; export declare function clearAppPreferences(userId: string, appId: A): Promise>; export declare function appPref>(userId: string, appId: A, key: K): Promise[K]>;