import type { QueryTemplateFunction } from "./index.js"; import type { SQLiteConfig } from "./sqlite.js"; export default function sqlite({ path }: SQLiteConfig): QueryTemplateFunction;