import { Command } from '@oclif/command'; export default class Restore extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; force: import("@oclif/parser/lib/flags").IBooleanFlag; done: import("@oclif/parser/lib/flags").IBooleanFlag; }; static strict: boolean; run(): Promise; }