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;
export declare function loadKubeClusterConfig(): k8s.KubeConfig;
//# sourceMappingURL=config.d.ts.map