import type { Entity } from "../toolbox.js"; export declare function cleanupItem(entity: Entity, item?: T | null, removeAttributes?: string[]): T | null; export declare function cleanupItems(entity: Entity, items: T[], removeAttributes?: string[]): T[];