import { SqlLanguage, FormatFn } from '../../src/sqlFormatter';
export default function supportsCase(language: SqlLanguage, format: FormatFn): void;
