import type { ConfigMetaFormat } from '../engine-commands';
export declare function extractPreviewFeatures(config: ConfigMetaFormat): string[];
