In-memory cache mechanism to store imported annotations per class.
@psalm-var array<'class'|'function', array<string, array<string, class-string>>>
Type: imports
private $imports = [];