import { PluginCreator } from 'postcss';

interface Options {
}
declare const creator: PluginCreator<Options>;

// @ts-ignore
export = creator;
export type { Options };
