import type { Root } from 'hast';
export declare function generateParamFieldId(name: string, count: number): string;
export declare const rehypeParamFieldIds: () => (tree: Root) => Root;
