import type Node from '../nodes/node/Node.js';
/**
 * Range boundary point.
 */
export default interface IRangeBoundaryPoint {
    node: Node;
    offset: number;
}
//# sourceMappingURL=IRangeBoundaryPoint.d.ts.map