import type { Node } from '@markdoc/markdoc'; import type { MarkdocResolveContext, WithOriginalAttr } from '../../../types'; export declare function resolveRelativePath(node: WithOriginalAttr, attrName: string, relativePath: string, context: MarkdocResolveContext): Promise; //# sourceMappingURL=resolve-relative-path.d.ts.map