import ts from 'typescript'; import { TypeOfResult } from "../semantics"; export declare function createTypeOfCheck(context: ts.TransformationContext, value: ts.Expression, type: typeof TypeOfResult[keyof typeof TypeOfResult]): ts.BinaryExpression;