diff --git a/src/IFunction.php b/src/IFunction.php
index f16772c..949ff7c 100644
--- a/src/IFunction.php
+++ b/src/IFunction.php
@@ -42,12 +42,6 @@ interface IFunction extends IJsonSerializable
      */
     public const JSON_PARAM = 'params';
 
-    /**
-     * Restore a remote function call from an array.
-     * @param  array<string, string|IApi|array<string, mixed>>  $array
-     */
-    public function __construct(array $array);
-
     /**
      * Create a remote function call with at least a name.
      *