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