export type TenantContext = { withTenant(tenantId: string, fn: () => R): R; getCurrentTenant(): string | undefined; }; export declare function createTenantContext(): TenantContext; //# sourceMappingURL=tenant.d.ts.map