declare function getGitTags(): Promise<string[]>;

export { getGitTags };
