import { Pulse } from '../../types'; import AppsAPIClient from '..'; export default class Diagnostics { private client; constructor(apiClient: AppsAPIClient); /** * Check the API for a heart beat. * @returns {Promise} Promise object that resolves to a Pulse object. */ heartBeat(): Promise; }