export interface PropertiesStorageInterface { getProperty(key: string, defaultValue?: any): any; setProperty(key: string, value: any): any; }