import { MapperService } from '../service/mapper.service'; export declare class MapperController { private readonly mapperService; constructor(mapperService: MapperService); getByMappedEntityType(mappedEntityType: string, req: Request & { user: any; }, filter?: string, status?: string): Promise<{ id: any; label: any; value: any; code: any; status: any; }[]>; }