import { APIPartialChannel } from "discord-api-types/v10"; export declare class PartialChannel { type: number; id: string; name: string | null; constructor(raw: APIPartialChannel); } //# sourceMappingURL=PartialChannel.d.ts.map