export declare class ExecutionErrors extends Error { constructor(message: string, failExecutions: { error: Error; index: number; }[]); }