import { Command } from 'commander';
import { LilSchemyOptions as LilSchemyOptions, LilSchemyResult as LilSchemyResult } from '../generator';
export declare const generate: (cwd: string, options: LilSchemyOptions) => LilSchemyResult;
declare const _default: Command;
export default _default;
