import { IdentityDto } from '../../shared'; import { EntityDto } from '../../entity/entity.dto'; export declare class AccountingSQSMessageErrorDto { identity: IdentityDto; entity: EntityDto; errorCode: string; errorDescription: string; errorDateTime: string; constructor(d?: AccountingSQSMessageErrorDto); }