//#region src/utils/git/push.d.ts
declare function push(): Promise<void>;
//#endregion
export { push };