/** * index.ts – exports the root citty command so it can be imported * by the docs generator and tests without spawning a subprocess. */ export declare const mainCommand: import("citty").CommandDef; //# sourceMappingURL=index.d.ts.map