export declare namespace MinikubeCommands { function profile(profileName: string): string[]; function start(profileName: string, absoluteRepoPath: string, kubernetesVersion?: string): string[]; function stop(profileName: string): string[]; function del(profileName: string): string[]; function dockerEnv(profileName: string): string[]; function profileList(): string[]; function setDefaultProfile(profileName: string): string[]; }