/// import { StateAccount } from '../types'; import { BN } from '../'; export declare function calculateInitUserFee(stateAccount: StateAccount): BN; export declare function getMaxNumberOfSubAccounts(stateAccount: StateAccount): BN;