import { IEvaluator } from '../../Interface'; export declare class Evaluator implements IEvaluator { id: string; name: string; type: string; config: string; createdDate: Date; updatedDate: Date; workspaceId?: string; }