import { Command } from "commander"; import { type Region } from "@wpscli/core"; export declare const ALL_COMMAND_NAMES: string[]; export declare function registerConvertCommands(parent: Command, region?: Region): void;