import { SqlLanguage, FormatFn } from '../../src/sqlFormatter';
declare type Options = {
    without?: string[];
    additionally?: string[];
};
export default function supportsJoin(language: SqlLanguage, format: FormatFn, { without, additionally }?: Options): void;
export {};
