import { IDefaultParams, IError } from "../../types";
import { BeatmapsPacksDetailsResponse } from "../../types/v2/beatmaps_packs_details";
type Response = BeatmapsPacksDetailsResponse & IError;
export declare const beatmap_packs_details: (pack_tag: string, addons?: IDefaultParams) => Promise<Response>;
export {};
