import { DtoGetProductParams } from "../../CatalogueAPI.js"; import { CfgProduct } from "../../CfgProduct.js"; import { CfgProductResponse } from "../../utilitiesCatalogueData.js"; import { SnapShotForWrapperWithoutRef } from "./collectorForTest.js"; export declare const getTestProduct: (params: DtoGetProductParams) => Promise; export declare const cfgProductTest: (testFunc: (product: CfgProduct) => Promise, prepFunc?: ((product: CfgProduct) => Promise) | undefined) => Promise<{ beforeSnapshot: SnapShotForWrapperWithoutRef; afterSnapshot: SnapShotForWrapperWithoutRef; diff: string[]; notifications: string[]; }>; //# sourceMappingURL=testDataAdditionalProductInAdditionalProductInProductForTest.d.ts.map