import { AccountType } from '../../types/account.types'; export declare function getLatestNonce(apiAccount: AccountType | null): number;