import type { Root } from 'hast';
export declare const rehypeParamFieldIds: () => (tree: Root) => Root;
