import { Element } from 'hast';
/**
 *
 * @param node
 * @param attr
 */
export declare function attrValue(node: Element, attr: string): string | undefined;
