import { UnexpectedError } from 'n8n-workflow';
export declare class AbortedExecutionRetryError extends UnexpectedError {
    constructor();
}
