import { Root } from "hast";
/**
 * Transform all tables in the tree
 *
 * @param tree The root node of the hast tree
 */
export declare function transform(tree: Root): void;
