import { RpcGetHomeTxFlushSeqResult } from '../../types/rpc/rpc-get-home-tx-flush-seq-result.mjs'; import type { Client } from '../../../clients/types.mjs'; export declare function getHomeTxFlushSeq(client: Client): Promise;