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