import type { Universe } from '@ephox/boss'; import { type Optional } from '@ephox/katamari'; /** * Search the parents of both items for a common element */ declare const common: (universe: Universe, item1: E, item2: E) => Optional; export { common }; //# sourceMappingURL=Parents.d.ts.map