export interface TestSetup> { setup(args?: SetupArgs): Promise; teardown(): Promise; } //# sourceMappingURL=index.d.ts.map