import { Command } from "commander"; /** * Collects analytics for a given command, stores it for later export * * @param cmd The commander command to collect analytics for * @returns string the file path of the stored analytic */ export declare function collectCommandAnalytics(cmd: Command): Promise;