import Commands from '@kui-shell/core/api/commands'; interface Version { name: string; version: string; installedOn: Date; } export declare function getVersion(plugin: string): Promise; declare const _default: (commandTree: Commands.Registrar) => void; export default _default;