import type { AudioParamInput } from '../types/audio-param-input';
export declare function fallbackAudioParam(value?: AudioParamInput): number;
