export { test }; declare function test(testDesc: string, testFn: () => void | Promise): void;