import { WindowHapiQA } from "../_window/qa.types"; import { WindowHapiModuleWithConstructorArgs } from "../_window"; import { Product } from "./types"; export type WindowHapiQAProduct = WindowHapiModuleWithConstructorArgs<{ useMockFilters: () => Promise; getRandomChannelIdThatSupportsContracts: () => Promise; getRandomProductId: () => Promise; getRandomCheapestProduct: () => Promise; }, { readonly qa: WindowHapiQA; }>; //# sourceMappingURL=qa.types.d.ts.map