import { GetTenantByIdUseCase } from "../../../features/tenancy/GetTenantById/index.js"; export interface IGetRootTenantUseCase { execute(): GetTenantByIdUseCase.Result; } export declare const GetRootTenantUseCase: import("@webiny/di").Abstraction; export declare namespace GetRootTenantUseCase { type Interface = IGetRootTenantUseCase; }