export default function ({ ampSpectrum, }: {
    ampSpectrum: Float32Array;
}): Float32Array;
