import type { DataPoint } from '../../../mod.js'; export declare function rs( /** 原始数据 */ data: DataPoint[], /** 期望降采样量 : 有时候会比期望值多一点数据(当数据无法除净时) */ threshold: number): DataPoint[]; //# sourceMappingURL=rs.d.ts.map