*/ interface SelfDescribingModelInterface { public static function describe(Schema $schema, Model $model): void; }