import { Got } from 'got'; declare const addBearerTokenHeader: (client: Got, accessToken?: string) => Got; export { addBearerTokenHeader };