import * as k8s from "@kubernetes/client-node"; /** * Get Kubernetes configuration either from the creds directory or the * in-cluster client. */ export declare function loadKubeConfig(): k8s.KubeConfig;