import { MeegoClient } from 'meeglesdk'; import type { CliProfile } from '../types/config.js'; export declare function createClient(profile: CliProfile): MeegoClient;