import { ZoteroAPI } from "../zotero"; export namespace CitoidAPI { export type AsZotero = Omit & { itemKey?: string, key?: string }; }