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