import { Balance } from "@ledgerhq/coin-framework/api/types";
import { StellarAsset } from "../types";
export declare function getBalance(addr: string): Promise<Balance<StellarAsset>[]>;
//# sourceMappingURL=getBalance.d.ts.map