import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IInfoBeatmap } from './types/info.js'; import type { IWrapInfoBeatmap } from '../wrapper/types/info.js'; /** * Schema serialization for v4 `Info Beatmap`. */ export declare const infoBeatmap: ISchemaContainer; //# sourceMappingURL=infoBeatmap.d.ts.map