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