export declare class Headers { static readonly INTEGRATION: string; static readonly API_VERSION: string; static readonly SDK_VERSION: string; static readonly SDK_TYPE: string; static readonly SOURCE: string; static readonly SOURCE_VERSION: string; static readonly SOURCE_PLATFORM: string; static readonly SOURCE_PLATFORM_VERSION: string; static readonly OAUTH_AUTHORIZATION: string; static readonly CONTENT_TYPE: string; static readonly ACCEPT: string; static readonly APPLICATION_JSON = "application/json"; static readonly APPLICATION_FORM_URLENCODED = "application/x-www-form-urlencoded"; }