/** * DerechohabienteController - REST API for INFONAVIT workers * * Endpoints para gestión de derechohabientes INFONAVIT. * * @module Infonavit * @routes /api/derechohabientes */ import { Router } from 'express'; import { DataSource } from 'typeorm'; export declare function createDerechohabienteController(dataSource: DataSource): Router; //# sourceMappingURL=derechohabiente.controller.d.ts.map