import type { CommandArgValues } from "./commands-registry.types.js"; type CommandArgsFormatter = (values: CommandArgValues) => string | undefined; export declare const COMMAND_ARG_FORMATTERS: Record; export {};