import { WithAnnotations, hasAnnotations } from '../models/resource'; declare const _default: { when: typeof hasAnnotations; mode: { mode: string; label: string; content: (_: any, resource: WithAnnotations) => Promise<{ content: any; contentType: string; }>; }; }; /** * The Annotations mode applies to all Action resources. * */ export default _default;