import { ContractCreateForm, ContractGroupCreateForm } from "./types"; import { WindowHapiQA } from "../_window/qa.types"; import { WindowHapiModuleWithConstructorArgs } from "../_window"; export type WindowHapiQAContract = WindowHapiModuleWithConstructorArgs<{ getRandomContractId: () => Promise; useMockContractForm: () => ContractCreateForm; useMockGroupForm: () => ContractGroupCreateForm; }, { readonly qa: WindowHapiQA; }>; //# sourceMappingURL=qa.types.d.ts.map