/**
 * Check for proper use of diacritics.
 *
 * @returns
 *   Transform.
 */
export default function retextDiacritics(): (tree: Root, file: VFile) => undefined;
export type Root = import('nlcst').Root;
export type VFile = import('vfile').VFile;
