import type { NSQLiteConfig } from "../types"; type Params = { config: NSQLiteConfig; }; export default function grabSortedBackups({ config }: Params): string[]; export {};