import type { PawaPayTypes } from "./types";
import type { HttpClient } from "../../utils/httpClient";
import { type ServiceResult } from "../../utils/serviceWrapper";
export declare class PawapayWallets {
    private readonly network;
    constructor(network: HttpClient);
    getAllBalances(): Promise<ServiceResult<PawaPayTypes.WalletBalancesResponse>>;
    getCountryBalance(country: string): Promise<ServiceResult<PawaPayTypes.WalletBalancesResponse>>;
}
//# sourceMappingURL=wallets.d.ts.map