import * as ts from 'typescript'; import { InterfaceOrClassDeclaration } from '../scope/scope'; export declare type GenericDeclarationSupported = InterfaceOrClassDeclaration; export declare function extensionExpressionSupported(expression: ts.LeftHandSideExpression): expression is ts.Identifier;