export declare class SagaCompensationFailed extends Error {
    originalError: Error;
    constructor(e: Error);
}
