import { PluginCreator } from 'postcss'; interface Options { } declare const creator: PluginCreator; // @ts-ignore export = creator; export type { Options };