export interface IManager {
    restore: () => void;
}
