import type { Rule } from 'eslint'; import { type ImportDeclaration, type Property } from 'eslint-codemod-utils'; import type { RuleConfig } from './types'; export declare const lintObjectForSpacing: (node: Property, context: Rule.RuleContext, ruleConfig: RuleConfig, fontSize: any, tokenNode: ImportDeclaration | null) => void;