import { Action } from "../types/message.js"; export declare const FINALITY: { readonly IMMEDIATE: bigint; readonly FINALISED: bigint; }; export declare const REVERSIBLE_HUB_ACTIONS: readonly [Action.CreateLoanAndDeposit, Action.Deposit, Action.Repay]; export declare const SEND_TOKEN_ACTIONS: readonly [Action.CreateLoanAndDeposit, Action.Deposit, Action.Repay]; export declare const RECEIVE_TOKEN_ACTIONS: readonly [Action.Withdraw, Action.Borrow]; export declare const HUB_ACTIONS: readonly [Action.DepositFToken, Action.WithdrawFToken, Action.Liquidate, Action.SendToken];