import { Command } from 'commander'; export declare function createExtensionInstallCommand(): Command; export declare function createExtensionSearchCommand(): Command; export declare function createExtensionPublishCommand(): Command; export declare function createExtensionUpdateCommand(): Command;