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