export interface Markdown { type: "mrkdwn"; text: string; verbatim?: boolean; }