import { Type } from '@nestjs/common'; import { BaseEntity } from 'typeorm'; import { ICrudController } from '../interfaces/ICrudController.interface'; export declare function controllerFactory(entity: Type>, createDto: Type, updateDto: Type): Type>;