import { IPathTransform } from './i-path-transform'; export declare type PathTransforms = string | IPathTransform | (string | IPathTransform)[];