import type { Plugin } from 'postcss'; /** * Discards any rule with an empty value. */ export declare const discardEmptyRules: () => Plugin; export declare const postcss = true;