import { CfgProduct } from "../../CfgProduct.js"; import { SnapShotForWrapperWithoutRef } from "./collectorForTest.js"; export declare const getUpchargeProduct: (testFunc: (product: CfgProduct) => Promise) => Promise<{ beforeSnapshot: SnapShotForWrapperWithoutRef; afterSnapshot: SnapShotForWrapperWithoutRef; diff: string[]; notifications: string[]; }>; //# sourceMappingURL=testDataUpcharge.d.ts.map