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