import { MappedExceptionItem } from './types/mapped-exceptions-item.class';
export declare class MappedExceptionError {
    exception: MappedExceptionItem;
    constructor(exceptionItem: MappedExceptionItem);
}
//# sourceMappingURL=mapped-exception-error.class.d.ts.map