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