import { FSharpList } from '@fable-org/fable-library-js/List.js';
import { Option } from '@fable-org/fable-library-js/Option.js';
import { ArcWorkflow } from '../../ARCtrl.Core.3.0.0-beta.12/ArcTypes.fs.js';
import { Remark, Comment$ } from '../../ARCtrl.Core.3.0.0-beta.12/Comment.fs.js';
import { SparseTable } from './SparseTable.fs.js';
import { int32 } from '@fable-org/fable-library-js/Int32.js';
import { IEnumerator } from '@fable-org/fable-library-js/Util.js';
export declare const identifierLabel = "Identifier";
export declare const titleLabel = "Title";
export declare const descriptionLabel = "Description";
export declare const workflowTypeLabel = "Type";
export declare const typeTermAccessionNumberLabel = "Type Term Accession Number";
export declare const typeTermSourceREFLabel = "Type Term Source REF";
export declare const subWorkflowIdentifiersLabel = "Sub Workflow Identifiers";
export declare const uriLabel = "URI";
export declare const versionLabel = "Version";
export declare const parametersNameLabel = "Parameters Name";
export declare const parametersTermAccessionNumberLabel = "Parameters Term Accession Number";
export declare const parametersTermSourceREFLabel = "Parameters Term Source REF";
export declare const componentsNameLabel = "Components Name";
export declare const componentsTypeLabel = "Components Type";
export declare const componentsTypeTermAccessionNumberLabel = "Components Type Term Accession Number";
export declare const componentsTypeTermSourceREFLabel = "Components Type Term Source REF";
export declare const fileNameLabel = "File Name";
export declare const labels: FSharpList<string>;
export declare function fromString(identifier: Option<string>, title: Option<string>, description: Option<string>, workflowType: Option<string>, workflowTypeTermAccessionNumber: Option<string>, workflowTypeTermSourceREF: Option<string>, subworkflowIdentifiers: Option<string>, uri: Option<string>, version: Option<string>, parametersName: string, parametersTermAccessionNumber: string, parametersTermSourceREF: string, componentsName: string, componentsType: string, componentsTypeTermAccessionNumber: string, componentsTypeTermSourceREF: string, fileName: Option<string>, comments: Comment$[]): ArcWorkflow;
export declare function fromSparseTable(matrix: SparseTable): ArcWorkflow;
export declare function toSparseTable(workflow: ArcWorkflow): SparseTable;
export declare function fromRows(lineNumber: int32, rows: IEnumerator<Iterable<[int32, string]>>): [Option<string>, int32, FSharpList<Remark>, ArcWorkflow];
export declare function toRows(workflow: ArcWorkflow): Iterable<Iterable<[int32, string]>>;
//# sourceMappingURL=Workflow.fs.d.ts.map