import { ExtensionRecommendations, ExtensionRecommendation } from "./extensionRecommendations.js"; import { IProductService } from "../../../../platform/product/common/productService.service.js"; export declare class KeymapRecommendations extends ExtensionRecommendations { private readonly productService; private _recommendations; get recommendations(): ReadonlyArray; constructor(productService: IProductService); protected doActivate(): Promise; }