#!/usr/bin/env node
import { Command } from "commander";
import type { CliOptions } from "./types";
declare const handleGenerate: (options: CliOptions) => void;
declare const createCli: () => Command;
export { handleGenerate, createCli };
//# sourceMappingURL=index.d.ts.map