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