import { ExceptionInfo } from "./ExceptionInfo"; export declare class ExceptionLogger { logExceptions(exceptions: ExceptionInfo[]): Promise; }