export interface Gettable { getProperty(propertyName: string): any; }