/** * Keep provider and upstream failure text safe for less-trusted surfaces. * * This intentionally mirrors the bounded reason scrubber used by the account * management CLI without taking a dependency on coding-agent. */ export declare function cleanReason(value: unknown): string | undefined;