/** * 加载Lodop对象的主过程 * @param hostname C-LODOP 服务的 主机名 * @param port 端口号 * @param standbyPort 备用端口号 */ export declare function loadCLodop(hostname?: string, port?: number, standbyPort?: number): Promise; declare function getLodop(companyName?: string, license?: string, licenseA?: string, licenseB?: string): any; export { getLodop };