/** 서로다른 길이의 value가 올수도 있음. */ export declare function getValueEdge(valuesByLegend: number[][]): { min: number; max: number; };