import type { IView, IdentifierTransformOptions } from './../../types/';
export declare const transform: (options: IdentifierTransformOptions, upstreamData: any[], params: any, view?: IView) => any;
