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