import type { Node } from '@markdoc/markdoc'; import type { MarkdocResolveContext } from '../../../types'; export declare function resolveJsonExampleRef(node: Node, attrName: string, relativePath: string, { context, actions }: MarkdocResolveContext): Promise; //# sourceMappingURL=resolve-json-example-ref.d.ts.map