import { PropertyOptions } from '../core';
export declare const IsDate: ({ format, default: def, example, ...base }: Omit<PropertyOptions<Date, {
    format: 'date' | 'date-time';
}>, "isArray">) => PropertyDecorator;
