import { Entry } from "@dao-xyz/peerbit-log"; export declare class Snapshot { id: string; heads: string[]; size: bigint; values: Entry[]; constructor(props?: { id: string; heads: string[]; size: bigint; values: Entry[]; }); }