import { Enum } from './Enum';
/** The status of a Load Balancer service */
export interface Service {
    /** The status of your Load Balancer billing domain */
    status: Enum;
}
//# sourceMappingURL=Service.d.ts.map