Version: 1.0.01.0.11.0.21.1.01.2.01.2.11.3.01.3.11.3.21.3.31.4.01.4.11.4.21.4.32.0.02.0.12.0.22.0.32.1.02.1.12.2.02.3.02.4.02.5.02.6.02.6.13.0.03.0.13.0.23.0.33.1.03.2.03.3.03.3.13.3.23.4.03.5.03.5.13.5.23.6.03.6.13.6.23.7.03.7.13.7.23.7.33.7.43.7.53.7.63.7.73.8.03.8.13.8.23.9.03.9.13.10.04.0.0-nightly.2020.1.94.0.0-nightly.2020.1.114.0.0-nightly.2020.2.64.0.0-nightly.2020.7.244.0.0-nightly.2020.7.254.0.0-nightly.2020.7.314.0.0-nightly.2020.8.14.0.0-nightly.2020.8.44.0.0-nightly.2020.8.104.0.0-nightly.2020.8.174.0.0-nightly.2020.8.244.0.0-nightly.2020.8.254.0.0-nightly.2020.8.294.0.0-nightly.2020.9.14.0.0-nightly.2020.9.34.0.0-nightly.2020.9.94.0.0-nightly.2020.10.204.0.0-rc.04.0.0-rc.14.0.0-rc.24.0.04.0.14.0.24.0.34.0.44.0.54.1.04.1.14.1.24.1.34.1.44.1.54.1.64.1.74.1.84.1.94.1.104.1.115.0.0-rc.05.0.0-rc.15.0.0-rc.25.0.05.0.15.0.25.0.35.0.45.0.55.0.65.0.75.0.85.0.95.0.105.0.115.0.125.0.135.0.145.0.155.0.165.0.175.1.05.1.15.1.25.1.35.1.45.1.55.1.65.1.75.1.85.1.95.1.105.1.115.1.125.1.135.1.145.1.156.0.06.0.16.0.26.0.36.0.46.0.56.1.06.1.16.1.27.0.07.0.17.0.27.0.37.0.47.0.57.0.6
export = cssnanoPlugin;
/**
* @type {import('postcss').PluginCreator<Options>}
* @param {Options=} options
* @return {import('postcss').Processor}
*/
declare function cssnanoPlugin(options?: Options | undefined): import("postcss").Processor;
declare namespace cssnanoPlugin {
export { postcss, Options };
}
declare var postcss: true;
type Options = {
preset?: any;
plugins?: any[];
configFile?: string;
};
//# sourceMappingURL=index.d.ts.map