export type GenerateArgs = { _: string[]; contentDir: string; force: boolean; }; export declare const generateCliOptions: { boolean: string[]; alias: { f: string; d: string; }; default: { contentDir: string; }; }; export declare function generate(args: GenerateArgs): Promise; //# sourceMappingURL=generate.d.ts.map