/** * @public */ export interface IHttpContent { readonly value?: Promise; as(): Promise; } //# sourceMappingURL=IHttpContent.d.ts.map