/** * The App Server created a fork but the SDK could not retrieve its full state. * `conversationId` remains available so the caller can inspect or archive it. */ export declare class ConversationForkHydrationError extends Error { readonly conversationId: string; constructor(conversationId: string, cause: unknown); } //# sourceMappingURL=management-errors.d.ts.map