/** * Handle a mechanical/producer verb. Returns the exit code (`null` when `verb` is not one of * `verify`/`init`/`audit`). Emits a `VerificationRun` (`--json`) or a human summary via `out`. */ export function handleMechanicalVerb(positionals: any, flags: any, out: any): number | null; export const MECHANICAL_VERBS: string[]; //# sourceMappingURL=mechanical-verbs.d.ts.map