import type { DomPoint, TextPoint } from '../types.js'; export declare function nativePointToTextPoint(node: unknown, offset: number): TextPoint | null; export declare function textPointToDomPoint(text: Text, offset: number, rootElement: HTMLElement): DomPoint | null; //# sourceMappingURL=point-conversion.d.ts.map