import type { Config } from '../config.js';
export declare const tidy: ({ options, variants }: Config) => Promise<void>;
