import { BlackboxAction, isBlackbox } from '../models/resource'; declare const _default: { when: typeof isBlackbox; mode: { mode: string; label: string; content: (_: any, resource: BlackboxAction) => { content: string; }; }; }; /** * Alternative to Code mode for blackbox actions * */ export default _default;