import ts from 'typescript'; import { Context } from '../../../../Context'; export declare const hasNull: (_context: Context, _node: ts.Node, type: ts.Type) => boolean; export declare const isOnlyNull: (_context: Context, _node: ts.Node, type: ts.Type) => boolean; export declare const isNull: (_context: Context, _node: ts.Node, type: ts.Type) => boolean;