import * as ts from "ts-morph";
import { CompilerState } from "../CompilerState";
export declare function compileYieldExpression(state: CompilerState, node: ts.YieldExpression): string;
