export declare class ConflictResolver { static resolveWithRetry(operation: () => Promise, maxAttempts?: number): Promise; }