import type { PathOperation } from '../utils/pageContext.ts'; /** * Clone or pull a single path via git. * - If dir has .git and remote matches → pull (update) * - If dir has .git but remote doesn't match → warn and skip * - Otherwise → git clone */ export declare const pullPathViaGit: PathOperation; //# sourceMappingURL=pullPathViaGit.d.ts.map