import type { IWrapAudioData } from '../../schema/wrapper/types/audioData.js'; /** * Convert to beatmap v2. * ```ts * const converted = toV2AudioData(data); * ``` * * **WARNING:** Chain and other new stuff will be gone! */ export declare function toV2AudioData(data: T, fromVersion?: number): T; //# sourceMappingURL=audioData.d.ts.map