import { Type } from '@nestjs/common'; export declare function isBuiltInType(type: Type | Function | string): boolean;