import type { Command, CommandGenerator } from '../../types';
export declare class ConnectCommand implements Command {
    execute(): CommandGenerator;
    private handleApiKey;
    private handleOAuth;
}
