import { QueryParams } from './index'; export declare const getCustomerList: (params: QueryParams) => Promise; export declare const addCustomer: (params: any) => Promise;