export declare type Test = () => Promise; declare const test: (title: string, testFn: Test) => void; export default test;