import { GetChannelParams, GetChannelResponse } from './types/Channel'; /** * 채널 불러오기 */ export declare const getChannels: (access_token: string, params: GetChannelParams) => Promise;