import type { UserOp } from '@particle-network/aa';
export declare const pubKeyToEVMAddress: (pubKey: string) => `0x${string}`;
export declare function caculateNativeFee(userOp: UserOp): bigint;
