export default function collection(): { items: T[]; add(item: T): void; remove(item: T): void; };