import { type OADAClient } from '@oada/client';
import type { IConfig } from './BaseCommand.js';
export declare function conn(config: IConfig): OADAClient;
export default conn;
