/** * Status of the live standby pool * @export * @enum {string} */ export declare enum LiveStandbyPoolStatus { HEALTHY = "HEALTHY", ERROR = "ERROR" } export default LiveStandbyPoolStatus;