import { ArrayLiteralExpression, CallExpression, SourceFile, ClassDeclaration, ConstructorDeclaration, ConstructSignatureDeclaration, Decorator, EnumDeclaration, EnumMember, ExportDeclaration, ExportSpecifier, ExpressionWithTypeArguments, FunctionDeclaration, GetAccessorDeclaration, HeritageClause, Identifier, ImportDeclaration, ImportSpecifier, InterfaceDeclaration, MethodDeclaration, MethodSignature, NamespaceDeclaration, Expression, ParameterDeclaration, PropertyAccessExpression, PropertyDeclaration, PropertySignature, QualifiedName, SetAccessorDeclaration, TypeAliasDeclaration, TypeParameterDeclaration, TypeReferenceNode, VariableDeclaration, VariableDeclarationList, VariableStatement, JSDoc } from "./../compiler";
export declare const nodeToWrapperMappings: {
    [x: number]: typeof SourceFile | typeof ArrayLiteralExpression | typeof Expression | typeof CallExpression | typeof ClassDeclaration | typeof ConstructorDeclaration | typeof ConstructSignatureDeclaration | typeof Decorator | typeof EnumDeclaration | typeof EnumMember | typeof ExportDeclaration | typeof ExportSpecifier | typeof ExpressionWithTypeArguments | typeof FunctionDeclaration | typeof GetAccessorDeclaration | typeof HeritageClause | typeof Identifier | typeof ImportDeclaration | typeof ImportSpecifier | typeof InterfaceDeclaration | typeof MethodDeclaration | typeof MethodSignature | typeof NamespaceDeclaration | typeof ParameterDeclaration | typeof PropertyAccessExpression | typeof PropertyDeclaration | typeof PropertySignature | typeof QualifiedName | typeof SetAccessorDeclaration | typeof TypeAliasDeclaration | typeof TypeParameterDeclaration | typeof TypeReferenceNode | typeof VariableDeclaration | typeof VariableDeclarationList | typeof VariableStatement | typeof JSDoc;
};
