import type { Node } from '@markdoc/markdoc'; import type { MarkdocResolveContext, WithOriginalAttr } from '../../../types'; export declare function resolveDiagramFromFile(node: WithOriginalAttr, attributeName: string, pageRelativePath: string, { actions: { contentDir }, context }: MarkdocResolveContext): Promise; //# sourceMappingURL=resolve-diagram-from-file.d.ts.map