import { TenantsService } from './tenants.service'; export declare class TenantsController { private readonly tenantsService; constructor(tenantsService: TenantsService); findOne(id: string): Promise; }