declare const setup: () => Promise; declare const teardown: () => Promise; export { setup, teardown };