/** Batch error details */
export interface BatchError {
    /** Error message */
    message: string;
    /** Receiver that triggered the error */
    receiver: string;
}
//# sourceMappingURL=BatchError.d.ts.map