import type { GatewayConfig, GatewayConfigContext, GatewayPlugin } from './types.cjs';
export declare function getReportingPlugin<TContext>(config: GatewayConfig<TContext>, configContext: GatewayConfigContext): {
name?: string;
plugin: GatewayPlugin<TContext>;
};