import ts from 'typescript';
import { Context } from '../../../../Context';
export declare const hasInput: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isOnlyInput: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isInput: (context: Context, node: ts.Node, type: ts.Type) => boolean;
