import { AnyArenaNode } from '../../interfaces'; export declare const outputContents: (type: string, node: AnyArenaNode) => string;