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