import type * as ESTree from 'eslint-codemod-utils'; export declare function isSafeStyleObject(object: ESTree.ObjectExpression): boolean;