import type { Tenant } from "../../types/tenancy.js"; export declare class RootTenantValue { static create(): Tenant; }