import type { IWrapInfoBeatmap } from './types/info.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createInfoBeatmap(data?: DeepPartial): IWrapInfoBeatmap; //# sourceMappingURL=infoBeatmap.d.ts.map