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