import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IDifficulty } from './types/difficulty.js'; import type { IWrapBeatmap } from '../wrapper/types/beatmap.js'; type DifficultyDeserializationPolyfills = Pick; /** * Schema serialization for v2 `Difficulty`. */ export declare const difficulty: ISchemaContainer, DifficultyDeserializationPolyfills>; export {}; //# sourceMappingURL=difficulty.d.ts.map