export declare class KubernetesWorkload { static pod: string; static replicaset: string; static deployment: string; static statefulSet: string; static daemonSet: string; static job: string; static cronjob: string; } export declare class DiscoveryAndLoadBalancerResource { static service: string; static ingress: string; } export declare class ServiceTypes { static loadBalancer: string; static nodePort: string; static clusterIP: string; } export declare const deploymentTypes: string[]; export declare const workloadTypes: string[]; export declare const workloadTypesWithRolloutStatus: string[]; export declare let pipelineAnnotations: string[];