import type { IRNode, ResolvedKernConfig, TranspileResult } from '@kernlang/core'; export declare function transpileTerminal(root: IRNode, _config?: ResolvedKernConfig): TranspileResult;