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