import type { Element } from 'hast';
export declare function findFirstChild(node: Element, tagName: string): Element | undefined;
