import type { VeryfrontError } from "../types.js"; /** * Report a boundary error without allowing optional observability backends to * replace the boundary's intended response, output, or exit behavior. */ export declare function observeBoundaryErrorBestEffort(error: VeryfrontError): void; //# sourceMappingURL=boundary-observability.d.ts.map