interface SetupOptions { key?: string; port?: string; } export declare function setupCommand(host: string, options: SetupOptions): Promise; export {}; //# sourceMappingURL=setup.d.ts.map