AwaitableSummaryRepresents a type that may or may not be a promiseexport declare type Awaitable<T> = PromiseLike<T> | T;export declare type Awaitable<T> = PromiseLike<T> | T;Type ParametersNameConstraintsOptionalDefaultDescriptionTNoNone