import type * as client from '@botpress/client'; import { BotSpecificClient } from '../../bot'; import { BasePlugin, PluginRuntimeProps } from '../common'; import { EventProxy } from './types'; export declare const proxyEvents: (client: BotSpecificClient | client.Client, props: PluginRuntimeProps) => EventProxy;