import { HashFunction, MerkleProof } from "./types";
export default function verifyProof(proof: MerkleProof, hash: HashFunction): boolean;
