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