import type { ISaveOptions } 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 saveBeatmap, TWrapper extends Record = InferBeatmapWrapper, TSerial extends Record = InferBeatmapSerial>(type: TFileType, data: TWrapper, version?: TVersion | null, options?: ISaveOptions): TSerial; //# sourceMappingURL=_main.d.ts.map