import { Command } from "@oclif/core"; export default class Restart extends Command { static description: string; static examples: string[]; static strict: boolean; run(): Promise; } //# sourceMappingURL=restart.d.ts.map