//#region src/cli/commands/generate/options.d.ts export type GenerateOptions = { configPath?: string; }; //#endregion