export default abstract class UserDataProvider { abstract get(key:string):any abstract set(key:string, value:any):void }