/**
 * Git Stash Tool
 *
 * Stash management: push, pop, apply, list, drop, clear.
 */
import type { NanocoderToolExport } from '../../types/core.js';
export declare const gitStashTool: NanocoderToolExport;
//# sourceMappingURL=git-stash.d.ts.map