UNPKG

baldrick-broth

Version:
4 lines (3 loc) 213 B
import { type Command } from 'commander'; import { type BuildModelValidation } from './build-model.js'; export declare const createCommands: (program: Command, buildModelValidation: BuildModelValidation) => void;