import ts from 'typescript';
import { Context } from '../../../../Context';
export declare const hasSymbol: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isOnlySymbol: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isSymbol: (_context: Context, _node: ts.Node, type: ts.Type) => boolean;
