import type { DataXReIm } from '../types/index.ts'; /** * This function makes a zero filling to re and im part. * @param data - object of kind {x:[], re:[], im:[]} * @param totalLength - final number of points * @returns - data. */ export declare function xreimZeroFilling(data: DataXReIm, totalLength: number): DataXReIm; //# sourceMappingURL=xreimZeroFilling.d.ts.map