import type { Universe } from '@ephox/boss'; export interface Group { readonly parent: E; readonly children: E[]; } declare const textnodes: (universe: Universe, items: E[]) => Group[]; export { textnodes }; //# sourceMappingURL=Contiguous.d.ts.map