declare const _default: readonly ["function availableBalanceOf(uint64 poolId, bytes16 scId, address asset, uint256 tokenId) view returns (uint128)", "function deposit(uint64 poolId, bytes16 scId, address asset, uint256 tokenId, uint128 amount) payable", "function issue(uint64 poolId, bytes16 scId, address to, uint128 shares) payable", "function manager(uint64, address) view returns (bool)", "function multicall(bytes[] data) payable", "function overridePricePoolPerShare(uint64 poolId, bytes16 scId, uint128 value) payable", "function resetPricePoolPerShare(uint64 poolId, bytes16 scId) payable", "function revoke(uint64 poolId, bytes16 scId, uint128 shares) payable", "function transferSharesFrom(uint64 poolId, bytes16 scId, address sender_, address from, address to, uint256 amount) payable", "function withdraw(uint64 poolId, bytes16 scId, address asset, uint256 tokenId, address receiver, uint128 amount) payable", "event Deposit(uint64 indexed poolId, bytes16 indexed scId, address asset, uint256 tokenId, uint128 amount)", "event NoteDeposit(uint64 indexed poolId, bytes16 indexed scId, address asset, uint256 tokenId, uint128 amount, uint128 pricePoolPerAsset)", "event Withdraw(uint64 indexed poolId, bytes16 indexed scId, address asset, uint256 tokenId, address receiver, uint128 amount, uint128 pricePoolPerAsset)"]; export default _default; //# sourceMappingURL=BalanceSheet.abi.d.ts.map