import { TezosSaplingStateDiff } from '../../types/sapling/TezosSaplingStateDiff'; export declare class TezosSaplingNodeClient { private readonly rpcUrl; private readonly contractAddress; constructor(rpcUrl: string, contractAddress: string); getSaplingStateDiff(): Promise; getChainId(): Promise; }