import { ISnapshotManager as ISnapshotManager } from '../types'; export declare class SnapshotManagerImpl implements ISnapshotManager { private workerId; private snapshots; constructor(workerId: string); create(name: string): Promise; restore(name: string): Promise; list(): Promise; delete(name: string): Promise; private captureCurrentState; private restoreState; } //# sourceMappingURL=snapshot-manager.d.ts.map