/** * Internal bridge for SDK preparation failures with a safe availability note * and, when available, fully validated fallback evidence within the same budget. * The cause remains diagnostic-only. Ordinary thrown errors never become context. */ export declare class PreparationContextError extends Error { readonly context: string; constructor(cause: unknown, context: string); } //# sourceMappingURL=preparation-context-error.d.ts.map