import { DeployedExtension } from "../models"; export declare class ExtensionsService { private httpClient; getDeployed: () => Promise>; }