import { RestartHandler } from "../RestartHandler";
export interface IInitShouldWatchReturn {
    restartHandler?: RestartHandler;
}
