export declare const reloadCommand: import("citty").CommandDef<{ readonly 'original-prompt': { readonly type: "string"; readonly description: string; }; readonly port: { readonly type: "string"; readonly description: `Port the dev view is on. Defaults to the running server, then this project's own slot (${number} and up, ${number} and up on the dev line).`; }; readonly json: { readonly type: "boolean"; readonly description: "Print the result as JSON on stdout; all progress goes to stderr."; }; }>;