/** * Fitness * * Stores and accesses user data in the fitness store from apps on any platform. * * @example * const google = require('googleapis'); * const fitness = google.fitness('v1'); * * @namespace fitness * @type {Function} * @version v1 * @variation v1 * @param {object=} options Options for Fitness */ declare function Fitness(options: any): void; export = Fitness;