import type { NxJsonConfiguration } from '../../../config/nx-json';
export declare function shouldUseLegacyVersioning(releaseConfig: NxJsonConfiguration['release'] | undefined): boolean;
