export declare class SavePackageVersionDownloadCounter {
    private readonly packageManagerService;
    subscribe(): Promise<void>;
}
