/** Information about the server's host environment. */ export interface IServerHostInfo { /** Gets or sets a value indicating whether this is a FedRAMP server. */ isFedRamp?: boolean; } //# sourceMappingURL=server_host_info.d.ts.map