export interface IAdminClientOts {
    host: string;
    port: number;
    username: string;
    password: string;
    timeout?: number;
    path?: string;
}
