import type { MarkdocResolveContext, WithOriginalAttr } from '../../../types'; import type { Node } from '@markdoc/markdoc'; type ResolverFunction = (node: WithOriginalAttr, attrName: string, relativePath: string, context: MarkdocResolveContext) => Promise<{ sharedDataId?: string; } | undefined | void>; export declare const attributeResolvers: Record; export {}; //# sourceMappingURL=index.d.ts.map