import { WithActions, hasActions } from '../models/resource'; declare const _default: { when: typeof hasActions; mode: { mode: string; label: string; kind: "drilldown"; command: (_: any, resource: WithActions) => string; }; }; /** * The Annotations mode applies to all Action resources. * */ export default _default;