import { PropertyEffects, TargetConfiguration, Dictionary } from '../lib/core/types'; export declare function combineTransforms(target: TargetConfiguration, effects: PropertyEffects, propToPlugin: Dictionary): void;