import { Command } from 'commander'; export declare function createExtensionListCommand(): Command; export declare function createExtensionInspectCommand(): Command; export declare function createExtensionFreezeCommand(): Command; export declare function createExtensionHealthCommand(): Command; export declare function createExtensionVerifyCommand(): Command; export declare function createExtensionDoctorCommand(): Command; export declare function createExtensionAuditCommand(): Command; export declare function registerExtensionCommands(program: Command): void;