export interface ConnectOptions { agent?: string; command?: string; } export declare function connectAgent(options: ConnectOptions): Promise; export declare function getAvailableAgents(): string[]; //# sourceMappingURL=connect.d.ts.map