import { AnyArenaNode, ArenaFormatings } from '../../interfaces'; export declare function tableOutput(type: string, node: AnyArenaNode, frms: ArenaFormatings): string; export declare function trOutput(type: string, node: AnyArenaNode, frms: ArenaFormatings): string; export declare function tdOutput(type: string, node: AnyArenaNode, frms: ArenaFormatings): string;