Represents the parameters for the "mint" function.
type MintParams = WithOverrides<{ receiver: AbiParameterToPrimitiveType<{ internalType: "address"; name: "receiver"; type: "address"; }>; shares: AbiParameterToPrimitiveType<{ internalType: "uint256"; name: "shares"; type: "uint256"; }>;}>;