export function testPledgeCoroutine(_tc: t.TestCase): Promise; export function testPledgeVsPromisePerformanceTimeout(_tc: t.TestCase): Promise; export function testPledgeVsPromisePerformanceResolved(_tc: t.TestCase): Promise; export type MaybePromise = Promise | number; import * as t from './testing.js'; //# sourceMappingURL=pledge.test.d.ts.map