import { Service } from "../serviceSDK"; export declare class AccountingService extends Service { constructor(endpoint: string, orgId: string, storeId: string); getCustomerWallet(customerId: string, type: string): Promise; }