/** Type of service for clustermesh api server */
export declare enum ProjectKubeCustomizationCiliumClusterMeshApiServerServiceTypeEnum {
    'LoadBalancer' = "LoadBalancer",
    'NodePort' = "NodePort"
}
//# sourceMappingURL=ProjectKubeCustomizationCiliumClusterMeshApiServerServiceTypeEnum.d.ts.map