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