import { ExceptionModel } from '../utility.model'; export declare class UofxExceptionKeeper { private static readonly KEY_PREFIX; private static readonly KEY_EXCEPTION; private static readonly limits; static keep(exception: ExceptionModel): void; static getAll(): Array; }