import { ShellCommandContext } from '../Shell'; import { BaseCommand, ArgType } from './BaseCommand'; export declare class GetBackupCommand extends BaseCommand { getArgTypes(): ArgType[]; printUsage(context: ShellCommandContext): void; run(context: ShellCommandContext): Promise; } //# sourceMappingURL=getBackup.d.ts.map