import { PrimaryWearableDevice } from '../types/device'; import { ModuleConstructor } from './types'; export declare function applyDeviceModule(Base: ModuleConstructor): { new (...args: any[]): { getPrimaryWearableDevice(): Promise; client: import("../../common/HttpClient").HttpClient; url: import("../UrlClass").UrlClass; domain: import("../types").GarminDomain; getUserProfile(): Promise; }; };