import type { MediaUtilsAudioData } from '../types'; export declare const getMaxPossibleMagnitude: (metadata: MediaUtilsAudioData) => number;