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