import { WithActionDescs, hasActionDescs } from '../../models/resource'; declare const _default: { when: typeof hasActionDescs; mode: { mode: string; label: string; kind: "drilldown"; command: (_: any, resource: WithActionDescs) => string; }; }; /** * Namespace actions drilldown * */ export default _default;