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