import type { TenantContext } from "./tenantContext"; declare function resolveTenant(tenantId: number): Promise; export { resolveTenant };