import { V1WorkflowOutputParameterModel } from "../v1.0/V1WorkflowOutputParameterModel"; import { V1_1OutputSecondaryFileSchemaModel } from "./V1_1SecondaryFileSchemaModel"; export declare class V1_1WorkflowOutputParameterModel extends V1WorkflowOutputParameterModel { secondaryFiles: V1_1OutputSecondaryFileSchemaModel[]; addSecondaryFile(file: any): any; updateSecondaryFiles(files: Array): void; removeSecondaryFile(index: number): void; }