import { ICommand } from '../drpm.js'; export declare class ConnectCommand implements ICommand { execute({ options }: { options: any; }): Promise; } //# sourceMappingURL=connect.d.ts.map