/** @internal Test-only stack frame sanitization seam. */ export declare function sanitizeUserFacingStackFrameForTesting(line: string): string; /** * Format error as a polished box with solution */ export declare function formatErrorBox(error: Error): string; /** * Format error with plain text (existing behavior) */ export declare function formatUserError(error: Error): string; //# sourceMappingURL=error-formatter.d.ts.map