import { Kysely } from "kysely"; import { Database } from "../db"; export declare function cleanup(db: Kysely): (olderThan: string) => Promise;