Version: 3.0.04.0.04.0.14.0.2
import { PluginCreator } from "postcss";
declare namespace values {
interface Options {
createImportedName(name: string): string;
}
declare const creator: PluginCreator<values.Options>;
export = creator;