import type { Node } from '@markdoc/markdoc'; import type { MarkdocResolveContext } from '../../../types'; export declare function resolveJsonSchemaRef(node: Node, attrName: string, relativePath: string, { context, actions }: MarkdocResolveContext): Promise<{ sharedDataId?: string; } | undefined>; //# sourceMappingURL=resolve-json-schema-ref.d.ts.map