/*** Check if the module is initialized** @param smartAccount The smart account to check** @return true if the module is initialized, false otherwise*/function isInitialized(address smartAccount) external view returns (bool) { return _isInitialized(smartAccount);}