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