import { Command } from "@commander-js/extra-typings";
export declare const codegen: Command<[], {
    dryRun?: true;
    debug?: true;
    typecheck: "enable" | "try" | "disable";
    init?: true;
    adminKey?: string;
    url?: string;
    liveComponentSources?: true;
    commonjs?: true;
    systemUdfs?: true;
    componentDir?: string;
}, {}>;
//# sourceMappingURL=codegen.d.ts.map