import { DataSchema } from '@mintlify/validation';
import type { Node } from 'unist';
export declare const findParentSchema: (tagName: string, parents: Node[], nodeToSchema: Map<Node, DataSchema>) => DataSchema | undefined;
