interface IGitGetLastTagOptions {
    to?: string;
    prefix?: string;
}
export declare function getGitLastSemverTag({ to, prefix, }?: IGitGetLastTagOptions): Promise<string | null>;
export {};
//# sourceMappingURL=getGitLastSemverTag.d.ts.map