import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IDifficulty } from './types/difficulty.js'; import type { IWrapBeatmap } from '../wrapper/types/beatmap.js'; import type { IWrapInfo, IWrapInfoBeatmap } from '../wrapper/types/info.js'; type DifficultySerializationPolyfills = Pick & Pick & { beatsPerBar: number; }; type DifficultyDeserializationPolyfills = Pick; /** * Schema serialization for v1 `Difficulty`. */ export declare const difficulty: ISchemaContainer; export {}; //# sourceMappingURL=difficulty.d.ts.map