import { BaseDateConfig } from "../models/config/base-date-config"; export declare function date(config?: BaseDateConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function dateAsync(config?: BaseDateConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;