import { Kysely } from "kysely"; import { Database } from "../db"; import { Code, CodeType } from "@authhero/adapter-interfaces"; export declare function get(db: Kysely): (tenant_id: string, code_id: string, code_type: CodeType) => Promise;