import type { MeasurementVariable } from 'cheminfo-types'; type Data = Record; /** * Parses the data from the MPT file, which is a matrix of data. * @param data - string[] sliced where data starts * @returns - the data as an object, keys are the names of the data-fields */ export declare function parseData(data: string[]): Data; export {}; //# sourceMappingURL=parseData.d.ts.map