import { Context } from '@derivation-tech/context'; import { AggregatorInterface } from './aggregator.interface'; declare module '@derivation-tech/context' { interface Context { aggregator: AggregatorInterface; } } export declare const aggregatorPlugin: () => { install(ctx: Context): void; }; //# sourceMappingURL=aggregator.plugin.d.ts.map