interface PushOptions { remote?: string; branch?: string; all?: boolean; dryRun?: boolean; } export declare function push(options?: PushOptions): Promise; export {}; //# sourceMappingURL=push.d.ts.map