export declare const VISUAL_NEXT_ACTIONS_LIMIT = 5; export declare const VISUAL_VERDICT_STATUSES: readonly ["pass", "revise", "fail"]; export type VisualVerdictStatus = (typeof VISUAL_VERDICT_STATUSES)[number]; //# sourceMappingURL=constants.d.ts.map