import type { DifficultyName, DifficultyRank } from '../schema/shared/types/difficulty.js'; /** Difficulty ordering enum. */ export declare const DifficultyRanking: { [key in DifficultyName]: DifficultyRank; }; /** Difficulty rename to human readable. */ export declare const DifficultyRename: { [key in DifficultyName]: string; }; //# sourceMappingURL=difficulty.d.ts.map