import type { PluginCreator } from 'postcss'

declare const plugin: PluginCreator<{}>

export = plugin
