import type { SnapshotEntryERC20 } from "./types.js"; export declare function hashEntryERC20(options: { entry: SnapshotEntryERC20; tokenDecimals?: number; }): Promise<`0x${string}`>; //# sourceMappingURL=hash-entry-erc20.d.ts.map