import { ClaimProof } from "./ClaimProof"; export declare class Snapshot { merkleRoot: string; claims: ClaimProof[]; }