import type { Node } from '@markdoc/markdoc'; import type { MarkdocResolveContext, WithOriginalAttr } from '../../../types'; export declare function resolveLink(node: WithOriginalAttr, attributeName: string, fromPage: string, { actions, context }: MarkdocResolveContext): Promise<{ sharedDataId?: string; } | void>; //# sourceMappingURL=resolve-link.d.ts.map