import ts from 'typescript';
import { Context } from '../../../Context';
export declare function handleTypeConversion(context: Context, fromNode: ts.Node, fromType: ts.Type | undefined, toNode: ts.Node, toType: ts.Type | undefined): void;
