export interface IAdaptableService {
    destroy?(): void;
}
