import * as ts from 'typescript'; export declare function isDecoratorNameInclude(node: ts.Node, decoratorName: string): ts.Decorator;