import { Flow } from '@chix/common'; import { IIP } from './types'; export declare function ToDot(flow: Flow, input: IIP[], template?: string): string;