export type ErrorExtras = { requestId?: string; endpoint?: string; providerKey?: string; model?: string; }; export declare function formatErrorForErrorCenter(error: unknown, extras?: ErrorExtras): unknown;