declare const plugin: { (options?: any): { postcssPlugin: string; prepare(result: any): { AtRule: { import(atRule: any): void; }; OnceExit(): Promise; }; }; postcss: boolean; }; export default plugin;