import type { StabilityRelease } from './api-operation.js';
export declare function calculateStability(release: StabilityRelease | undefined, currentVersion: string): 'alpha' | 'beta' | 'stable';
//# sourceMappingURL=api-stability.d.ts.map