import type { SnapshotEntryERC721 } from "./types.js"; export declare function hashEntryERC721(options: { entry: SnapshotEntryERC721; }): Promise<`0x${string}`>; //# sourceMappingURL=hash-entry-erc721.d.ts.map