declare const plugin: { (options?: any): { postcssPlugin: string; OnceExit(root: any): Promise; }; postcss: boolean; }; export default plugin;