import { Entity } from './Entity.js'; /** * An array-like collection of entities that has an associated Seqend terminator entity. * In C# this was SeqendCollection. */ export declare class SeqendCollection extends Array { seqend: Entity | null; constructor(...items: T[]); } //# sourceMappingURL=SeqendCollection.d.ts.map