import { StorageReader } from '../StorageReader';
import { RequestSyncChunkArgs, SyncChunk } from '../../sdk/WalletStorage.interfaces';
/**
 * Gets the next sync chunk of updated data from un-remoted storage (could be using a remote DB connection).
 * @param storage
 * @param args
 * @returns
 */
export declare function getSyncChunk(storage: StorageReader, args: RequestSyncChunkArgs): Promise<SyncChunk>;
//# sourceMappingURL=getSyncChunk.d.ts.map