export type FlowTest = (testName: string, testCallback: () => Promise) => Promise; export type FlowContextWithTest = TDependencies & { test: FlowTest; }; //# sourceMappingURL=flowContextTypes.d.ts.map