import type { PluginCreator } from "postcss"; declare const noopPlugin: PluginCreator; export = noopPlugin;