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