export interface BaseFactoryInterface { create(properties?: {}): any; }