import { Command, EnumType } from '../../deps/jsr.io/@cliffy/command/1.0.0-rc.8/mod.js'; import type { SkmtcRoot } from '../lib/skmtc-root.js'; export declare const description = "Create new generator"; export declare const toAddCommand: (skmtcRoot: SkmtcRoot) => Command], void, { number: number; integer: number; string: string; boolean: boolean; file: string; } & import("../../deps/jsr.io/@cliffy/command/1.0.0-rc.8/_argument_types.js").TypedType<"generator-type", EnumType<"operation" | "model">>, void, undefined>; //# sourceMappingURL=add.d.ts.map