export function handler(argv: any): Promise<void>;
export function listInstances(prompts: any): Promise<void>;
export const command: "hdiUI";
export const aliases: string[];
export const describe: string;
export const builder: (yargs: any) => any;
