import { type APIChannel } from "discord-api-types/v10"; import type { Client } from "../classes/Client.js"; import type { ChannelTypeMap } from "../types/channels.js"; export declare function channelFactory(client: Client, channelData: T): ChannelTypeMap[T["type"]]; export declare function channelFactory>(client: Client, channelData: T, partial: true): ChannelTypeMap[T["type"]]; //# sourceMappingURL=channelFactory.d.ts.map