export default class DateSerializer { private format; constructor(format?: string); serialize(data: Record): void; }