export declare const saveDoc: (collectionPath: string, obj: any, email: string, updates?: any, id?: string, merge?: boolean) => Promise; export declare const saveDocV2: (collection: { path: string; }, obj: any, email: string, updates?: any, id?: string, merge?: boolean) => Promise; export declare const deleteDoc: (collectionPath: string, id?: string) => Promise; export declare const saveDocService: (collectionPath: string, obj: any, email: string, updates?: any, id?: string, merge?: boolean, noEvent?: boolean) => Promise; export declare const deleteDocService: (collectionPath: string, id?: string) => Promise;