import type { CliCommand } from './types.ts'; interface PullViaTarOptions { git?: boolean; } /** * Pull via tar — delegates to pullHarness with a tar primitive. */ export declare const pullViaTar: CliCommand<[string?, string?, PullViaTarOptions?]>; export {}; //# sourceMappingURL=pullViaTar.d.ts.map