/** * The meta-review rubric: the meta-reviewer's instruction block and * checklist, handed to the host agent when it is time for the final verdict. */ export declare const metaRubric: { label: string; role: string; instruction: string; checklist: import("../personas/types.js").PersonaCheckItem[]; };