/** * A lightweight version of TenantModel */ export declare class AuthTenantResponseDto { id: string; name?: string; locale: string; }