import { CommandBase } from './support/CommandBase'; export declare class ResetUnpackCommand extends CommandBase { run(options: any): Promise; }