import type { PluginCreator } from 'postcss';
import type { pluginOptions } from './options';
export type { pluginOptions } from './options';
declare const creator: PluginCreator<pluginOptions>;
export default creator;
