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