import CleanCSS from "clean-css";

declare function postcssClean(options: CleanCSS.OptionsOutput);
export = postcssClean;
