import Command from '../abstracts/AbstractStashCommand'; export declare class StashChangesCommand extends Command { static description: string; getPrompts(): Promise; performStashOperation(answers: any): Promise; run(): Promise; }