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