export type TestFn<T> = () => T;
export declare function runTest<T>(fn: TestFn<T>): T;
