import type { APIGuildForumChannel, ChannelType, ForumLayoutType } from "discord-api-types/v10"; import { GuildThreadOnlyChannel } from "../abstracts/GuildThreadOnlyChannel.js"; import type { IfPartial } from "../types/index.js"; /** * Represents a guild forum channel. */ export declare class GuildForumChannel extends GuildThreadOnlyChannel { rawData: APIGuildForumChannel | null; /** * The default forum layout of the channel. */ get defaultForumLayout(): IfPartial; } //# sourceMappingURL=GuildForumChannel.d.ts.map