export type TestFn<T> = () => T;
export declare function runTest<T>(fn: TestFn<T>): T;
//# sourceMappingURL=run-sync.d.ts.map