import { NodeDefinition } from '@chix/common'; import { Env } from '../../types'; export declare function dump(node: NodeDefinition, env: Env): void;