import { Command } from 'commander'; export declare function installArk(): Promise; export declare function createInstallCommand(): Command;