import type { IWrapBeatmap } from '../../schema/wrapper/types/beatmap.js'; /** * Convert beatmap to beatmap v3. * ```ts * const converted = toV3Beatmap(data); * ``` * * **WARNING:** Custom data may be lost on conversion, as well as other incompatible attributes. */ export declare function toV3Beatmap(data: T, fromVersion?: number): T; //# sourceMappingURL=beatmap.d.ts.map