import type { MediaUtilsAudioData } from './types'; export declare const useAudioData: (src: string) => MediaUtilsAudioData | null;