import { AbsoluteVersionConfig } from './types'; /** Reads the tag information from the git repository, and returns an absolute-version */ export declare const versionFromGitTag: (config?: AbsoluteVersionConfig | undefined) => string;