/** * Dispatches iOS only sync method for non-files. * * @example * // iOS only method to sync non-files from the server. * api.triggerNonFilesSync() */ export declare function triggerNonFilesSync(): Promise;