import { Settings } from '@node-minify/types';

/*!
 * node-minify
 * Copyright(c) 2011-2024 Rodolphe Stoclin
 * MIT Licensed
 */

declare const run: (cli: Settings) => Promise<unknown>;

export { run };
