import type { Rule } from 'eslint'; export declare const isDecendantOfPrimitive: (node: Rule.Node, context: Rule.RuleContext) => boolean;