export declare const hasPreference: (key: string) => Promise; export declare const getPreference: (key: string) => Promise; export declare const setPreference: (key: string, value: string | number) => Promise;