import type { CliCommand } from './types.ts'; /** * Push via tar — delegates to pushHarness with upload plan display. */ export declare const pushViaTar: CliCommand<[string?]>; //# sourceMappingURL=pushViaTar.d.ts.map