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