export function getExistingDocument(queryEngine: DatabaseQueryEngine, id: string, throwIfNotFound?: boolean): Promise; export function areDocsEqual(oldDoc: any, newDoc: any): Promise; export function getCozyPouchData(doc: import('../CozyPouchLink').CozyPouchDocument): Array; import DatabaseQueryEngine from "./dbInterface";