import type { Root } from 'hast';
/**
 * Extract text content from HTML elements by selector
 * @internal
 */
export declare function selectText(tree: Root, selector: string): string;
/**
 * Extract the content attribute from a meta tag
 * @internal
 */
export declare function selectMetaContent(tree: Root, selector: string): string;
//# sourceMappingURL=html.d.ts.map