export declare const EVALUATOR_READY = "evaluator::ready";
export declare const EVALUATOR_INIT_EXECUTE = "init_execute";
export declare const getResponseEvent: <T extends string>(type: T) => string;
export declare const getErrorEvent: <T extends string>(type: T) => string;
//# sourceMappingURL=events.d.ts.map