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