import { Command } from "@commander-js/extra-typings";
export declare const codegen: Command<[], {
dryRun?: true | undefined;
debug?: true | undefined;
typecheck: "enable" | "try" | "disable";
init?: true | undefined;
commonjs?: true | undefined;
}>;