import type { IWrapDifficulty } from './types/difficulty.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createDifficulty(data?: DeepPartial): IWrapDifficulty; //# sourceMappingURL=difficulty.d.ts.map