import { FormatFn } from '../src/sqlFormatter.js'; /** * Shared tests for MySQL and MariaDB */ export default function behavesLikeMariaDbFormatter(format: FormatFn): void;