import { Snowflake } from 'discord-api-types'; import { CachedManager, Client, FetchChannelOptions } from 'discord.js'; import { RawChannelData } from 'discord.js/typings/rawDataTypes'; import { BushChannelResolvable } from '../discord-akairo/BushClient'; import { BushChannel } from './BushChannel'; export class BushChannelManager extends CachedManager { public constructor(client: Client, iterable: Iterable); public fetch(id: Snowflake, options?: FetchChannelOptions): Promise; }