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