export declare const ServiceTypes: {
    LOAD_BALANCER: string;
    INGRESS: string;
    NODE_PORT: string;
};
export declare const IngressTypes: {
    NGINX: string;
    GKE: string;
};
export declare const GeneratorTypes: {
    K8S: string;
    HELM: string;
};
declare const _default: {
    GeneratorTypes: {
        K8S: string;
        HELM: string;
    };
    IngressTypes: {
        NGINX: string;
        GKE: string;
    };
    ServiceTypes: {
        LOAD_BALANCER: string;
        INGRESS: string;
        NODE_PORT: string;
    };
};
export default _default;
