/** * Infer the next milestone from the current one by bumping the minor version. * Returns undefined for non-semver strings. */ export declare function inferNextMilestone(current: string | undefined | null): string | undefined; //# sourceMappingURL=milestone-inference.d.ts.map