import { Hex } from "viem"; export type BinaryAddress = Hex & { __brand: "BinaryAddress"; }; //# sourceMappingURL=binaryAddress.d.ts.map