import { Low } from "lowdb";
declare const AppDB: Low<Record<string, string>>;
export { AppDB, Low };
