import { Type } from '@nestjs/common'; export declare type Obj = {}; export declare function derive(Base: Type, name: string): Type;