export declare class CollectionUpdateConflictError extends Error { constructor(collectionId: string); isUpdateConflict: boolean; }