import * as t from 'io-ts'; export declare const LndAmount: t.ExactC>; export type LndAmount = t.TypeOf; export declare const ChannelBalance: t.ExactC>; /** The balance on the other side of the channel, what your channel partner can controls. */ remoteBalance: t.ExactC>; /** Sum of local unsettled balances. */ unsettledLocalBalance: t.ExactC>; /** Sum of remote unsettled balances. */ unsettledRemoteBalance: t.ExactC>; /** Sum of local pending balances. */ pendingOpenLocalBalance: t.ExactC>; /** Sum of local remote balances. */ pendingOpenRemoteBalance: t.ExactC>; /** Total local reserved balance. */ reservedLocalBalance: t.ExactC>; /** Total local spendable balance. */ spendableLocalBalance: t.ExactC>; }>>; export type ChannelBalance = t.TypeOf; export declare const LndWalletBalance: t.ExactC>; export type LndWalletBalance = t.TypeOf; /** The balances as returned from lnd. Wallet Balance https://api.lightning.community/api/lnd/lightning/wallet-balance/index.html Channel Balance https://api.lightning.community/api/lnd/lightning/channel-balance/index.html */ export declare const LndBalance: t.ExactC>; /** The balance on the other side of the channel, what your channel partner can controls. */ remoteBalance: t.ExactC>; /** Sum of local unsettled balances. */ unsettledLocalBalance: t.ExactC>; /** Sum of remote unsettled balances. */ unsettledRemoteBalance: t.ExactC>; /** Sum of local pending balances. */ pendingOpenLocalBalance: t.ExactC>; /** Sum of local remote balances. */ pendingOpenRemoteBalance: t.ExactC>; /** Total local reserved balance. */ reservedLocalBalance: t.ExactC>; /** Total local spendable balance. */ spendableLocalBalance: t.ExactC>; }>>; onchain: t.ExactC>; totalLimboBalance: import("io-ts-types/BigIntFromString").BigIntFromStringC; }>>; export type LndBalance = t.TypeOf; export declare const LndGetOffchainBalances: t.ExactC>; export declare const LndGetOnchainBalances: t.ExactC>; export declare const LndGetBalancesResponse: t.IntersectionC<[t.ExactC>; }>>, t.ExactC>]>; export type LndGetBalancesResponse = t.TypeOf; //# sourceMappingURL=balance.d.ts.map