Version: 5.0.05.0.15.1.05.2.05.2.15.3.05.4.05.5.05.6.05.7.05.8.05.8.15.9.05.10.0-workflow-steps-beta.15.10.0-workflowStepsBeta.15.10.05.11.0-workflowStepsBeta.15.11.05.12.05.13.05.14.05.15.06.0.06.1.06.2.0-rc.06.2.06.2.16.2.26.2.36.2.4-tokenRotationBeta.16.2.46.3.06.4.0-appManifestsBeta.16.4.0-hermesBeta.16.4.06.5.06.5.1-hermesBeta.26.5.16.6.06.7.06.7.16.7.2-nextGen.16.7.26.8.06.8.16.9.06.9.16.10.06.11.06.11.16.11.26.12.06.12.16.13.07.0.0-rc.07.0.07.0.17.0.27.0.37.0.47.1.07.2.07.3.07.3.1-inviteautomation.17.3.17.3.27.3.37.3.47.4.07.5.07.6.07.7.07.8.0
/**
* Appends the app metadata into the User-Agent value
* @param appMetadata.name - name of tool to be counted in instrumentation
* @param appMetadata.version - version of tool to be counted in instrumentation
*/
export declare function addAppMetadata({ name, version }: {
name: string;
version: string;
}): void;
* Returns the current User-Agent value for instrumentation
export declare function getUserAgent(): string;
//# sourceMappingURL=instrument.d.ts.map