export interface ReportParams { dateTime?: Date; arch?: string; os?: string; payload: Record; product: string; runID?: string; version?: string; command?: string; language?: string; userId?: string; ci?: string; projectId?: string; } export declare function sendTelemetry(command: string, payload: Record): Promise; export declare function getProjectId(projectPath?: string): string; export declare function getUserId(): string; export declare function ReportRequest(reportParams: ReportParams): Promise; //# sourceMappingURL=checkpoint.d.ts.map