import { InventoryService } from '@c8y/client';
export declare class UserPreferencesStorageInventory {
    private inventory;
    TYPE: string;
    constructor(inventory: InventoryService);
    get(key: any): Promise<any>;
    set(key: any, value: any): Promise<any>;
}
//# sourceMappingURL=user-preferences-store-inventory.d.ts.map