export declare const COMPONENT_OR_DIRECTIVE_CLASS_DECORATOR = "ClassDeclaration > Decorator:matches([expression.callee.name=\"Component\"], [expression.callee.name=\"Directive\"])"; export declare const COMPONENT_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"Component\"]"; export declare const DIRECTIVE_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"Directive\"]"; export declare const PIPE_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"Pipe\"]"; export declare const INJECTABLE_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"Injectable\"]"; export declare const MODULE_CLASS_DECORATOR = "ClassDeclaration > Decorator[expression.callee.name=\"NgModule\"]";