import { AlgoParams, RequestType, ULTIPA } from "../../../types";
import { ConnectionBase } from "../connection.base";
export declare const algoCommonSend: (conn: ConnectionBase, req: AlgoParams.base, name: string, commonReq?: RequestType.RequestConfig) => Promise<ULTIPA.Response<ULTIPA.UQLReply>>;
