import { Command } from "commander"; /** * The `generate` command. * * Scans all validator files, extracts Zod schema exports, resolves their * TypeScript types, and emits TypeScript interface declarations into the * corresponding HTTP types files. */ export declare function generateCommand(): Command; //# sourceMappingURL=generate.d.ts.map