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