/*** Toggle one tree node id while preserving immutable expansion state. */ export declare function toggleExpandedIds(expandedIds: readonly TId[], id: TId): readonly TId[]; //# sourceMappingURL=toggleExpandedIds.d.ts.map