/** * Form/View CLI Commands - 7 commands for forms, views, and web resources */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerFormCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=form-commands.d.ts.map