import type { Plugin } from 'unified'; import type { Node } from 'myst-spec'; import type { GenericParent } from 'myst-common'; /** * Add unique keys to every node * * @param mdast * @returns */ export declare function keysTransform(mdast: T): GenericParent | Node; export declare const keysPlugin: Plugin<[], GenericParent, GenericParent>; //# sourceMappingURL=keys.d.ts.map