/** * 执行快速傅里叶变换 (FFT) 以获得频域数据时使用的样本窗口大小, 可选值:32/64/125/256/512/1024/2048 */ export declare const FFT_SIZE: { DEFAULT: number; LOCAL: number; };