/**
 * Event log type of the standby pool
 * @export
 * @enum {string}
 */
export declare enum LiveStandbyPoolEventLogType {
    INFO = "INFO",
    WARN = "WARN",
    ERROR = "ERROR"
}
export default LiveStandbyPoolEventLogType;
