import { ParamsLatestStoredDataProof } from '../../types/rpc/params-latest-stored-data-proof.cjs'; import type { Client } from '../../../clients/types.cjs'; export declare function verifyLatestStoredDataProof(client: Client, params: ParamsLatestStoredDataProof): Promise;