import { GetCustomerBusinessListRequest, GetCustomerBusinessListResponse } from './getCustomerBusinessList'; /** * 获取客商信息列表 */ export declare const getCustomerBusinessList: (params: GetCustomerBusinessListRequest) => Promise;