import { SemanticVersion } from '../business/utils/semantic-version.js';
export declare function assertUpgradeVersionNotOlder(componentName: string, targetVersion: string, currentVersion: SemanticVersion<string> | undefined | null, flagHint: string): void;
