import { ApiRoot } from 'kubernetes-client';
export interface IKubernetes extends ApiRoot {
}
