declare const Liftoff: any;
declare const argv: any;
declare const commander: any;
declare const chalk: any;
declare const tildify: any;
declare const cliPkg: any;
interface LiftoffEnv {
    configPath?: string;
    cwd: string;
}
declare const cli: any;
declare const invoke: (envParams: LiftoffEnv) => void;
//# sourceMappingURL=cli.d.ts.map