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