export { default as clientOptions } from './client/options'; export { synonyms } from './models/synonyms'; export { default as withHeader } from './models/withHeader'; export { currentSelection } from './models/selection'; export { Action, isAction, Activation, isActivation, OpenWhiskResource, hasAnnotation, hasAnnotations } from './models/resource'; export { current as currentNamespace } from './models/namespace'; export { renderActivationListView, ActivationListTable } from './views/activation/list'; export { fqn } from './controller/fqn'; export { ListOptions } from './controller/options'; export { asActivationTable } from './controller/activation/as-activation'; export { default as ok } from './controller/ok'; export declare const Usage: { action: { create: import("@kui-shell/core").CommandOptions; update: import("@kui-shell/core").CommandOptions; invoke: import("@kui-shell/core").CommandOptions; }; activation: { get: (syn: string) => import("@kui-shell/core").CommandOptions; }; skipAndLimit: any[]; }; export { default as GridWidget } from './views/status-stripe/GridWidget';