import { SelectStatement } from '@joe-re/sql-parser'; import { Rule, RuleConfig } from './index'; declare type Options = { allowMultipleColumnsPerLine: boolean; }; export declare const columnNewLine: Rule>; export {};