import Commands from '@kui-shell/core/api/commands'; import Options from './options'; export declare const _helm: (opts: Commands.Arguments) => Promise; declare const _default: (commandTree: Commands.Registrar) => Promise; export default _default;