/**
 * Git Pull Tool
 *
 * Pull changes from remote repository.
 */
import type { NanocoderToolExport } from '../../types/core.js';
export declare const gitPullTool: NanocoderToolExport;
//# sourceMappingURL=git-pull.d.ts.map