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