import { Data } from '../types/data';
export declare const preprocessOrderedData: (data: Data[]) => any[];
