import { AccountState } from "../../shielder/state"; export declare function rawAction(stateOld: AccountState, amount: bigint, balanceChange: (currentBalance: bigint, amount: bigint) => bigint): Promise;