import { Command } from "commander"; /** * The `validate` command. * * Checks that existing HTTP TypeScript types in `packages/core/types/src/http/` * are structurally compatible with the Zod schemas in * `packages/medusa/src/api/`. * * Exit codes: * - 0: All types are compatible (or --ci is false) * - 1: One or more types are incompatible (when --ci is set) */ export declare function validateCommand(): Command; //# sourceMappingURL=validate.d.ts.map