import { BondBalance } from '../common/types.js';
type Props = {
    current: bigint;
    required: bigint;
    locked: bigint;
};
export declare const calcBondBalance: ({ current, required, locked, }: Props) => BondBalance;
export {};
//# sourceMappingURL=calc-bond-balance.d.ts.map