import { Text } from '../types/item.types.js'; export declare const parseText: (el: Element | Node) => Text | null;