import type { ILoadOptions } from './types.js'; import type { InferBeatmapSerial, InferBeatmapVersion, InferBeatmapWrapper } from '../schema/shared/types/infer.js'; import type { BeatmapFileType } from '../schema/shared/types/schema.js'; export declare function tag(name: string): string[]; export declare function loadBeatmap, TWrapper extends Record = InferBeatmapWrapper, TSerial extends Record = InferBeatmapSerial>(type: TFileType, json: TSerial, version?: TVersion | null, options?: ILoadOptions): TWrapper; //# sourceMappingURL=_main.d.ts.map