declare const x: {
  desc: string,
  date: string
};
export = x;
