declare const logOrThrowError: (error: string | Error) => void; export default logOrThrowError;