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