/***********************************************
 * @license
 * Copyright (c) QBCart Inc. All rights reserved.
 ************************************************/
import type SyncResponse from '../interfaces/sync-response';
export default function fetchUpdates(url: string, lastSynced: number, caller: string): Promise<SyncResponse>;
