import type { DataPoint } from '../../../mod.js'; export declare function lttb( /** 原始数据 */ data: DataPoint[], /** 期望降采样量 */ threshold: number): DataPoint[]; //# sourceMappingURL=lttb.d.ts.map