import type { DeepPartial } from '@hyperse/config-loader'; import type { FlatEvolveOptions } from '../types/types-options.js'; export declare const printPromotions: (evolveOptions?: DeepPartial) => void;