import type { CliCommand } from './types.ts'; /** * Push via git — checks git is installed and dir is a repo, then delegates to pushHarness. */ export declare const pushViaGit: CliCommand<[string?]>; //# sourceMappingURL=pushViaGit.d.ts.map