/** * Decorate a field with dayjs format * * @constructor */ export declare const DayjsField: () => ((value: undefined, context: ClassFieldDecoratorContext) => void); //# sourceMappingURL=DayjsField.d.ts.map