import type { ContextManifest } from "../../../shared/context-xray.js"; export declare class ContextXrayActionError extends Error { readonly statusCode: number; constructor(message: string, statusCode: number); } export declare function contextXrayAuthError(): ContextXrayActionError; export declare function contextXrayThreadNotFoundError(): ContextXrayActionError; export declare function contextXraySystemSegmentError(): ContextXrayActionError; export declare function isContextXraySystemSegment(manifest: ContextManifest | null, segmentId: string): boolean; //# sourceMappingURL=errors.d.ts.map