/** * Truncate and scrub a producer rejection before it reaches the rendered error * frame or a log event (no raw file bodies, no stored API keys). */ export declare function scrubErrorMessage(raw: string): string; //# sourceMappingURL=scrub-error-message.d.ts.map