import type { WithDeleted, WithDeletedAndAttachments } from '../../types'; export declare function appwriteDocToRxDB(appwriteDoc: any, primaryKey: string, deletedField: string): WithDeleted; export declare function rxdbDocToAppwrite(rxdbDoc: WithDeletedAndAttachments, primaryKey: string, deletedField: string): any;