export interface PullResult { pulled: boolean; remote?: string; branch?: string; } export declare function showPullMenu(): Promise; //# sourceMappingURL=pull-menu.d.ts.map