interface RequestPromiseimport { type RequestPromise } from "https://deno.land/x/harmony@v2.8.0/src/rest/mod.ts"; Propertiesresolve: CallableFunctionpromise: Promise<unknown>