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