import type { RuleConfig } from '../rule-config'; /** * Option. */ export interface SpaceInfixOpsOption { int32Hint?: boolean; } /** * Options. */ export type SpaceInfixOpsOptions = [SpaceInfixOpsOption?]; /** * Require spacing around infix operators in `