declare const reportCliInstall: () => Promise<"none" | "pending" | "reported">; export { reportCliInstall };