import PathSegment from "./PathSegment"; import DataType from "./DataType"; export default class PrimaryCode { readonly pathSegments: Array; readonly returnType: Array; constructor(pathSegments: Array, returnType: Array); clone(fieldsToUpdate?: Partial): PrimaryCode; } //# sourceMappingURL=PrimaryCode.d.ts.map