import { WorkflowOutputParameter } from "../../mappings/v1.0"; import { PickValue } from "../elements/pick-value-method"; import { V1_1WorkflowOutputParameterModel } from "../v1.1/V1_1WorkflowOutputParameterModel"; export declare class V1_2WorkflowOutputParameterModel extends V1_1WorkflowOutputParameterModel { pickValue: PickValue; serialize(): WorkflowOutputParameter; deserialize(attr: WorkflowOutputParameter): void; }