import { NpmNS } from "../types"; /** * Get visible release status log */ export declare function getVisibleReleaseStatusLog(pkgs: NpmNS.IRemotePackageInfo[], currentVersion: string, currentTag: string): string; //# sourceMappingURL=helper.d.ts.map