import type { Record as DatoRecord, StructuredText, Document } from 'datocms-structured-text-utils'; declare const blocksMap: Record; declare const linksMap: Record; export declare const setContext: (data: StructuredText | Document) => void; export declare const getBlocksContext: () => typeof blocksMap; export declare const getLinksContext: () => typeof linksMap; export {};