import { Command } from 'commander';
export declare const program: Command;
export declare function createTacoCommand(): Command;
