import type { HushContext, PushOptions } from '../types.js'; export declare function pushCommand(ctx: HushContext, options: PushOptions): Promise; //# sourceMappingURL=push.d.ts.map