import type { Span } from "@prismicio/types-internal/lib/content"; type SpanTypeGroup = Partial>; export declare function groupByType(spans: Span[]): SpanTypeGroup; export declare function mergeOverlap(spans: Span[]): Span[]; export {};