*/ interface BuildMetaWriterInterface { public function write( BuildInterface $build, ?string $plugin, string $key, mixed $value ): void; }