EstimateUserOpGasRawResult
type EstimateUserOpGasRawResult = {  callGasLimit: string;  preVerificationGas: string;  verificationGas: string;  verificationGasLimit: string;};
type callGasLimit = string;
type preVerificationGas = string;
type verificationGas = string;
type verificationGasLimit = string;