import { LineData } from './types'; export declare function parseDataByRank(data: LineData): void;