/** * Push command handler */ import type { ParsedArgs } from "../../shared/types.js"; export declare function handlePushCommand(args: ParsedArgs): Promise; //# sourceMappingURL=handler.d.ts.map