import { Tenant } from "@authhero/adapter-interfaces"; export declare function sqlTenantToTenant(sqlTenant: any): Tenant; export declare function tenantToSqlTenant(tenant: Partial): any;