/**
 * Extend table syntax to support colspan and rowspan for merging cells
 * @param $
 */
export default function enhance($: any): Promise<void>;
