import { SyncSettings } from "../../interfaces/SyncSettings"; export declare const performSyncActions: (syncSettings: SyncSettings) => Promise;