import { type Context } from "#compiled/@opentelemetry/api/index.js";
export declare function withErrorContent(context: Context, allowed: boolean): Context;
export declare function capturesErrorContent(): boolean;
