import { ElkNode } from "elkjs";
import { ConverterResult } from "../types";
export declare const elkConverter: (node: ElkNode) => ConverterResult;
