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<void>;
    getAzureComputeMetadata(): Promise<boolean>;
    protected getConnectionString(endpointUrl: string): string;
}
//# sourceMappingURL=statsbeatMetrics.d.ts.map