import { G43Collection } from "../g43-collection"; export interface List extends Iterable, G43Collection { readonly empty: boolean; toArray(): T[]; } //# sourceMappingURL=list.d.ts.map