/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ import { type PrimeDeps } from "../lib/prime-schema.js"; export declare function connectCommand(orgAlias: string, opts?: { refresh?: boolean; }, deps?: PrimeDeps): Promise;