import { KeyValueModel } from "./KeyValueModel"; export declare class ValidationModel { paramName?: string[]; paramValue?: string[]; updateParamName?: string[]; yesAction?: string; noAction?: string; identifier?: KeyValueModel[]; returnType?: string; isValid?: boolean; validationMessage?: string; popUpText?: string; popUpHeader?: string; popUpYesButtonLabel?: string; popUpNoButtonLabel?: string; path?: string; } //# sourceMappingURL=ValidationModel.d.ts.map