declare const _default: import("citty").CommandDef<{ file: { type: "positional"; description: string; required: boolean; }; verbose: { type: "boolean"; alias: string; description: string; default: boolean; }; json: { type: "boolean"; description: string; default: boolean; }; }>; export default _default;