export interface PushResult { pushed: boolean; remote?: string; branch?: string; } export declare function showPushMenu(): Promise; export declare function showForcePushMenu(): Promise; //# sourceMappingURL=push-menu.d.ts.map