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