import { Interpolation } from './constants.js'; export declare function resampleDebug(input: Float32Array, output: Float32Array, interpolation: Interpolation, tolerance?: number): number;