namespace helpers { /** */ export type module = { setup : ()=>Promise; teardown : ()=>Promise; }; }