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