import { Module } from '../types'; export declare const findLastReleaseTag: (tags: string[], releaseTag: string) => string; /** * Identify the git commit hash of the last released version. * This is used to determine the commits to be released. */ export declare const addLastReleaseHash: Module; //# sourceMappingURL=add-last-release-hash.d.ts.map