export type It = (name: string, func: () => any) => any; export type DescribeArg = { it: It; }; //# sourceMappingURL=sxy-test-runner.types.d.ts.map