export declare type LoadBalancerProtocol = 'GENEVE' | 'HTTP' | 'HTTPS' | 'TCP_UDP' | 'TCP' | 'TLS' | 'UDP';
