export declare class UsageTelemetry { static readonly CONFIG_PATH: string; private static readonly DEFAULT_ENDPOINT; private static config; static getPayload(): Record; static ping(queryType: string, endpoint?: string): Promise; static enable(): void; static disable(): void; static reset(): void; private static loadConfig; private static saveConfig; } //# sourceMappingURL=UsageTelemetry.d.ts.map