import type { ValueBag, PipeGenericParams } from '../types'; export declare function getNewValueBag(oldValueBag: ValueBag, toProvide: string, newValue: unknown): any; export declare function buildValueBagAccumulator(pipesParams: PipeGenericParams[]): (valueBags: ValueBag[]) => PipeGenericParams; //# sourceMappingURL=valueBag.d.ts.map