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