import { Kysely } from "kysely"; import { Database } from "../db"; export declare function used(db: Kysely): (tenant_id: string, code_id: string) => Promise;