import { Client } from 'openwhisk'; import { ExecOptions } from '@kui-shell/core'; export { default as clientOptions } from './options'; export declare const getClient: (execOptions: ExecOptions) => Client; export default getClient;