export declare class ExecutorResult { success: boolean; constructor(success: boolean); }