/**
 * Minify `content` attributes on `meta` elements.
 *
 * @returns
 *   Transform.
 */
export default function rehypeMinifyMetaContent(): (tree: Root) => undefined;
import type { Root } from 'hast';
//# sourceMappingURL=index.d.ts.map