import { WithAction, hasAction } from '../models/resource'; declare const _default: { when: typeof hasAction; mode: { mode: string; label: string; kind: "drilldown"; command: (_: any, resource: WithAction) => string; }; }; /** * Show the related action, e.g. for Rules. * */ export default _default;