import type { CliCommand } from '../utils/types.ts'; /** * Push command - unified push with --via transport selection */ export declare const push: CliCommand<[string?, { via?: string; git?: boolean; }?]>; //# sourceMappingURL=push.d.ts.map