declare function setup(): Promise<void>;
declare function teardown(): Promise<void>;

export { setup, teardown };
