import { Type } from '@nestjs/common'; import { DeepPartial, ObjectLiteral } from 'typeorm'; import { ToFindOptions } from '.'; import { ICaliobaseServiceType } from './ICaliobaseService'; export declare function createEntityService, TUpdate extends DeepPartial>(entityType: Type, findManyOptions: Type>, createDto: Type, updateDto: Type): ICaliobaseServiceType;