import type { Element } from 'hast';
export declare function getText(element: Element | undefined): string;
