/** * Record a non-fatal error from a best-effort path without breaking callers. */ export declare function reportBestEffortError(context: string, error: unknown): void;