import { CompassLink, CreateLinkInput } from '@atlassian/forge-graphql-types'; import { GqlSegment } from './types'; export default function updateLinksSegment(componentId: string, oldLinks?: Array, newLinks?: Array): GqlSegment;