import type { HeadlessNode } from '../types'; export declare const first: (root: N | undefined) => N | undefined;