import { IDefaultParams, IError } from "../../types";
import { chatChannelsListResponse } from "../../types/v2/chat_channels_list";
export declare const chat_channels_list: (addons?: IDefaultParams) => Promise<chatChannelsListResponse[] & IError>;
