export default class StorageProvider { getItem(key: string): Promise; setItem(key: string, data: string): Promise; }