export interface BibTeXEntry { pubtype: string; citekey: string; fields: [string, string][]; }