import { BinaryExpressionNode } from '@joe-re/sql-parser'; import { Rule, RuleConfig } from './index'; declare type Option = 'always' | 'never'; export declare const spaceSurroundingOperators: Rule>; export {};