import { n as LabelFieldJSON, t as LabelField } from "./LabelField-BAO35-Eb.js"; //#region src/main/api/ValidationFlowField.d.ts interface ValidationFlowFieldJSON { labelField: LabelFieldJSON; valid: boolean; isProcessingInCloud: boolean; } declare class ValidationFlowField { private readonly labelField; private readonly valid; private readonly processingInCloud; private constructor(); getLabelField(): LabelField; isValid(): boolean; isProcessingInCloud(): boolean; private toJSONObject; private static fromJSONObject; } //#endregion export { ValidationFlowFieldJSON as n, ValidationFlowField as t };