export interface IToggleable {
    checkFeatures(): Promise<any>;
}
