export declare namespace Minikube { function listRunning(): Promise; function dockerEnv(profileName: string): Promise; function setDefaultProfile(profileName: string): Promise; function start(profileName: string, absoluteRepoPath: string, kubernetesVersion?: string): Promise; function stop(profileName: string): Promise; function del(profileName: string): Promise; }