import type { Plugin } from 'postcss'; /** * Discards top level duplicate declarations. */ export declare const discardDuplicates: () => Plugin; export declare const postcss = true;