export type StashAction = 'save' | 'list' | 'apply' | 'pop' | 'drop' | 'back'; export declare function showStashMenu(): Promise; //# sourceMappingURL=stash-menu.d.ts.map