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