import { Dict } from 'openwhisk'; import { WithResponse, hasResponse } from '../models/resource'; declare const _default: { when: typeof hasResponse; mode: { mode: string; label: string; content: (_: any, resource: WithResponse) => Promise<{ content: any; contentType: string; }>; }; }; /** * The Response mode for activations * */ export default _default;