import { Element } from 'hast';
/**
 *
 * @param ancestors
 */
export declare function hasLinkAncestor(ancestors: Element[]): boolean;
