import type { IWrapAudioData } from './types/audioData.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createAudioData(data?: DeepPartial): IWrapAudioData; //# sourceMappingURL=audioData.d.ts.map