import type { Config } from '@sssx/config'; import type { Options } from './options.js'; export declare const clean: (options: Options, config: Config) => void; //# sourceMappingURL=clean.d.ts.map