import type { Root } from "postcss"; declare const plugin: { (opts?: Record): { postcssPlugin: string; Once(root: Root): void; }; postcss: boolean; }; export = plugin;