import { Registrar } from '@kui-shell/core'; import { Action } from '../../../models/resource'; declare const _default: (commandTree: Registrar) => Promise<{ /** is the given action the result of an anonymous let */ isAnonymousLet: (action: Action) => any; isAnonymousLetFor: (action: Action, parent: string) => boolean; }>; /** here is the module */ export default _default;