import type * as ESTree from 'eslint-codemod-utils'; export declare function isSafeProperty(property: ESTree.Property | ESTree.SpreadElement, isSafePropertyValue: (value: ESTree.Property['value']) => boolean): boolean;