declare type BibJSON = { [citation: string]: any; }; declare function citationsRender(input: string, citations: BibJSON): string; export { citationsRender };