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