/// import { ApiPayload, CompassSynchronizeLinkAssociationsInput, ComponentPayload } from '@atlassian/forge-graphql-types'; declare module '../../compass-requests' { interface CompassRequests { /** * Synchronizes event and metric information for the current set of component links on a Compass site using the provided Forge app. * **Required Oauth Scopes:** `write:component:compass`, `write:event:compass`, `write:metric:compass` */ synchronizeLinkAssociations(input: CompassSynchronizeLinkAssociationsInput): Promise>; } }