import { StandardMerkleTree } from '@openzeppelin/merkle-tree';
import { Address } from 'viem';
import { Proof } from '../common/types.js';
import { AddressesTreeLeaf } from './types.js';
export declare const findProof: (tree: StandardMerkleTree<AddressesTreeLeaf>, address: Address) => Proof | null;
//# sourceMappingURL=find-proof.d.ts.map