import { formatSqlFileContents } from './formatter.js'; import type { ESLint, Linter } from 'eslint'; /** * Clear the in-process query cache. Exposed for tests only. */ export declare function resetQueryCache(): void; export { formatSqlFileContents }; declare const exported: ESLint.Plugin & { configs: { recommended: Linter.Config[]; }; }; export default exported;