import { App, Command, Flag } from '../types'; export declare function app(...definitions: Array): App;