Variable ImportDeclaration.startIndex

class ImportDeclaration
{
  // ...
  ulong startIndex;
  // ...
}