import type { IFeatureLifecycleStage } from '../../types/index.js';
export declare function getCurrentStage(stages: IFeatureLifecycleStage[]): IFeatureLifecycleStage | undefined;
//# sourceMappingURL=get-current-stage.d.ts.map