import { type BaseResponse } from "https://deno.land/x/deno_slack_api@2.1.1/types.ts";
definition: { [otherOptions: string]: any; ok: boolean; error?: string; warnings?: string[]; response_metadata?: { warnings?: string[]; messages?: string[]; }; toFetchResponse(): Response; }