/** Format unknown errors with causes while redacting likely secrets. */
export declare function formatErrorMessage(err: unknown): string;
