import type { ConfigMetaFormat } from '../../../engine-commands';
import { GetGeneratorOptions } from '../../getGenerators';
/**
 * Check feature flags and preview features
 * @param config
 * @param options
 */
export declare function checkFeatureFlags(config: ConfigMetaFormat, options: GetGeneratorOptions): void;
