import { ProgressWithOperations, SyncProgress } from '@powersync/common'; import { DownloadProgress } from '../../client/sync/stream/core-instruction.js'; export declare class SyncProgressImpl implements SyncProgress { protected internal: DownloadProgress; totalOperations: number; downloadedOperations: number; downloadedFraction: number; constructor(internal: DownloadProgress); untilPriority(priority: number): ProgressWithOperations; }