import { Rule } from "eslint"; import { Property } from "estree-jsx"; /** Can be used to run logic on the specified property of an ObjectExpression or * only if the specified property exists. */ export declare function getObjectProperty(context: Rule.RuleContext, properties: Property[], name: string): Property; //# sourceMappingURL=getObjectProperty.d.ts.map