///
import { ApiPayload, ComponentPayload, SyncComponentWithFileInput } from '@atlassian/forge-graphql-types';
declare module '../../config-as-code-requests' {
interface ConfigAsCodeRequests {
/**
* Updates a component with data coming from the configuration as code file.
*
* **Required Oauth Scopes:** `write:component:compass`
*/
syncComponentWithFile(input: SyncComponentWithFileInput): Promise>;
}
}