/** * `length` property declaration for collections to obtain their element * count. */ export interface ILength { readonly length: number; } //# sourceMappingURL=length.d.ts.map