import { type Property } from 'eslint-codemod-utils';
export declare function isValidPropertyNode(node: Property): boolean;
