export declare const UserSettingsAPI: { get: ({ key }: { key: any; }) => Promise; set: ({ key, value }: { key: any; value: any; }) => Promise; };