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