import { APIChannel } from 'discord-api-types/v10'; import { Channel } from '../index.js'; export declare function channelType(data: APIChannel): Channel;