import { SingleBar } from "cli-progress"; import ListI from "./interfaces/Listr"; export default interface ModuleInterface { moduleName?: string save(): Promise load(): Promise isInstalled(): Promise custom(): Promise }