import { Type } from '@nestjs/common'; import { CreatControllerOptions } from '../interfaces'; import { PlusRouteName } from '../types'; import { CurdControllerCtor } from '../types/crud-controller.type'; export declare function creatController(EntityClass: Type, options?: CreatControllerOptions): CurdControllerCtor;