import type { MerkleProofParameters } from '../../types'; import { SoundClientInstance } from '../instance'; export declare function getMerkleProof(this: SoundClientInstance, { merkleRoot, userAddress }: MerkleProofParameters): Promise<`0x${string}`[] | null>;