import type { Universe } from '@ephox/boss'; export interface OrphanText { readonly validateText: (textNode: E) => boolean; } export declare const OrphanText: (universe: Universe) => OrphanText; //# sourceMappingURL=OrphanText.d.ts.map