import type { BunSQLiteConfig } from "../types"; type Params = { config: BunSQLiteConfig; }; export default function trimBackups({ config }: Params): void; export {};