import type { PathOperation } from '../utils/pageContext.ts'; /** * Push a single path's git repo. * Falls back to tar if directory has no .git or no remote. * Uses --set-upstream for the first push, regular push otherwise. * Temporarily sets auth credentials on the remote URL for the push. */ export declare const pushPathViaGit: PathOperation; //# sourceMappingURL=pushPathViaGit.d.ts.map