export declare const DateDeserializer: { fromJSON: (date: string) => Date; };