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