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