import { type TSESTree } from "@typescript-eslint/utils"; export declare function isInAngularComponentConstructor(node: TSESTree.Node): boolean;