import { ABIReturn } from '@neo-one/client-common';
import ts from 'typescript';
import { DiagnosticOptions } from '../analysis';
import { Context } from '../Context';
export declare function toABIReturn(context: Context, node: ts.Node, type: ts.Type | undefined, optionalIn?: boolean, options?: DiagnosticOptions): ABIReturn | undefined;
