import { PrimitiveType } from "./PrimitiveType"; /** * Extends primitive types with the concept of a file as a first class type.,File: A File object */ export declare type CWLType = "File" | PrimitiveType;