export function handler(argv: any): void;
export function getPorts(prompts: any): Promise<any>;
export const command: "ports";
export const describe: string;
export const builder: import("yargs").CommandBuilder<{}, {}>;
