import Exception from './Exceptions/Exception'; import { IIndentedStringBuilder } from './IO/_types'; export default function errorToLogMessage(error: Error | Exception, sb: IIndentedStringBuilder): void;