export interface Plain { type: "plain_text" text: string emoji?: boolean verbatim?: boolean }