export declare function sendTelemetryConfigAnalytics(enabled: boolean): Promise; export declare function sendTaskAnalytics(taskId: string[], command: "hardhat" | "hhu"): Promise; export declare function sendProjectTypeAnalytics(template: string): Promise; export declare function sendNetworkAnalytics(chainType: string): Promise; //# sourceMappingURL=analytics.d.ts.map