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