//#region src/utils/git/create-tag.d.ts
declare function createTag(tag: string): Promise<string>;
//#endregion
export { createTag };