interface Deferred implements Promise<T>Re-exportimport { type Deferred } from "https://deno.land/std@0.66.0/async/mod.ts"; Type ParametersTPropertiesresolve: (value?: T | PromiseLike<T>) => voidreject: (reason?: any) => void