import type { INestApplicationContext } from '@nestjs/common'; import type { PluginContext } from '@xpert-ai/plugin-sdk'; export declare function createPluginContext(app: INestApplicationContext, name: string, config: TConfig): PluginContext;