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