import { UserOperationStruct } from "@alchemy/aa-core";
import { Hex } from "viem";
export declare const getUserOpHash: (userOp: Partial<UserOperationStruct>, entryPointAddress: Hex, chainId: number) => Hex;
