import { AnyArenaNode, ArenaAttributes, ArenaFormatings } from '../../interfaces'; export declare const outputImage: (type: string, node: AnyArenaNode, frms: ArenaFormatings, arenaAttrs: ArenaAttributes) => string;