import { BeforePlugin, NodeConfig, Event } from '@amplitude/analytics-core'; export declare class Context implements BeforePlugin { name: string; type: "before"; config: NodeConfig; eventId: number; library: string; setup(config: NodeConfig): Promise; execute(context: Event): Promise; } //# sourceMappingURL=context.d.ts.map