interface SetupOptions { profile?: string; apiUrl?: string; skipBrowser?: boolean; remote?: boolean; } /** * Main setup command */ export declare function setupCommand(options?: SetupOptions): Promise; export {}; //# sourceMappingURL=setup.d.ts.map