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