import { Command } from 'commander';
/** Creates the commander program with all dt-app commands */
export declare function createProgram(): Command;
