import type { CliCommand } from './types.ts'; /** * Pull via git — checks git is installed, then delegates to pullHarness. */ export declare const pullViaGit: CliCommand<[string?, string?]>; //# sourceMappingURL=pullViaGit.d.ts.map