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