/** * Log error to terminal. * * @export * @template T Error type * @param {T} err An error */ export default function logError(err: T): void;