import { ActionDesc, Action as RawAction } from 'openwhisk'; import { Tab, Table, MultiModalResponse } from '@kui-shell/core'; import { Action } from '../../models/resource'; export declare function asAction(raw: RawAction): Action; export declare function asActionTable(tab: Tab, raw: ActionDesc[]): Promise