import { RawDataBearing, hasRawData } from '../models/resource'; declare const _default: { when: typeof hasRawData; mode: { mode: string; label: string; content: (_: any, resource: RawDataBearing) => Promise<{ content: any; contentType: string; }>; }; }; /** * The Raw mode applies to all OpenWhiskResources, and simply extracts * the raw `data` field from the resource. * */ export default _default;