import type { VirtualMachineInfo } from "./types.js"; export declare class StatsbeatMetrics { protected resourceProvider: string; protected vmInfo: VirtualMachineInfo; protected os: string; protected resourceIdentifier: string; protected getResourceProvider(): Promise; getAzureComputeMetadata(): Promise; protected getConnectionString(endpointUrl: string): string; } //# sourceMappingURL=statsbeatMetrics.d.ts.map