import { GqlSegment, MutationSegment } from './gql-segments/types'; export default function constructGqlSegmentFromArray(items: Array, constructSingleGqlSegment: () => MutationSegment, constructVariablesInput: (item: T, componentId?: string) => Record, gqlAcc: GqlSegment, componentId?: string): GqlSegment;