import type * as postcss from 'postcss'; import type { PluginConfiguration, EsifyCSSResult } from './types'; export declare const createTransformer: ({ mangler, rawPrefix }: PluginConfiguration) => (root: postcss.Root, result: postcss.Result) => Promise;