import { IDefaultParams, IError } from "../../types";
import { changelogsDetailsResponse } from "../../types/v2/changelogs_details";
type Response = changelogsDetailsResponse[] & IError;
export declare const changelogs_details: (params: {
    stream_name: string;
    build_version: string;
}, addons?: IDefaultParams) => Promise<Response>;
export {};
